Date Stamp

J

JBL

I would like when a form is opened to be automatically date stamped so the
user does not have to manually put in today's date. The user gets to the
form by clicking a switchboard button. Thanks for the help.
 
A

Al Camp

JBL,
Make your DateStamp field DefaultValue property...
= Date() (for just the date)
or
= Now() (for date & time)
 
Top