Hi, I'm new to Access and I'm trying to build a database to track the progress of document editing. I've made a form that will be filled out at different stages throughout the document's progression. The form contains drop downs and date/time stamps. There are different sections to be filled out at different times For instance:
Opened By -- Opened date, opened time
Content Review By--review date, review time
PDF By--PDF date, PDF time
etc.
What I'm trying to do is have the date and time fields fill automatically when the respective "Done by" field is filled in. I am using the code =IIf([Opened By]=True,[Opened Date]=Now()) in the date fields but it is not responding. Alternatively, if i set all the date time fields to default values Now() in the design view of the table of origin, all the fields fill at once instead of each stage being filled separately.
Is there a way to fix this? Thanks for helping a Newbie!