Auto populate current date

accessma

Registered User.
Local time
Today, 07:31
Joined
Sep 17, 2006
Messages
54
I need to auto populate a control with the current date and then lock it so it wont change every time the form is opened. Couldn't seem to find anything on that topic. Thanks
 
Last edited:
So basically when the record is created you want to populate the date? If so go into the table design view and in the date fields default value Put either =Date() or =Now()
 
Will that change everytime the form navigates to that record?
 

Users who are viewing this thread

Back
Top Bottom