Hi all,
I have a slight problem with a form based on a query that I'm using to update records.
This db is used to track documents and there is 12 dates that I need to track based upon the document status. For instance if the document is being drafted, the status is "Doc Generation" and there is two dates for that status, "Doc Gen Start" and "Doc Gen End". Next would be Status of Approval Routing with towe dates "Doc Routing Approval Start", and "Doc Routing Approval End". Etc etc for 5 more status qualities.
What I was hoping to do is change the text boxes that have both dates to the fields of the dynamic query(which the form is based on) to match the appropriate status. For instance if the status is "Doc Generation", I just want the two doc generation dates. This would eliminate lots of unneeded dates on the form. I can change the control source for the tow text boxes by the criteria of the status, but that changes the ALL the text boxes. I just want to change for the paticular record. I'm pretty good with VB, but I'm stuck on this one.
Any help would be appriciated. Thanks
I have a slight problem with a form based on a query that I'm using to update records.
This db is used to track documents and there is 12 dates that I need to track based upon the document status. For instance if the document is being drafted, the status is "Doc Generation" and there is two dates for that status, "Doc Gen Start" and "Doc Gen End". Next would be Status of Approval Routing with towe dates "Doc Routing Approval Start", and "Doc Routing Approval End". Etc etc for 5 more status qualities.
What I was hoping to do is change the text boxes that have both dates to the fields of the dynamic query(which the form is based on) to match the appropriate status. For instance if the status is "Doc Generation", I just want the two doc generation dates. This would eliminate lots of unneeded dates on the form. I can change the control source for the tow text boxes by the criteria of the status, but that changes the ALL the text boxes. I just want to change for the paticular record. I'm pretty good with VB, but I'm stuck on this one.
Any help would be appriciated. Thanks