Date Stamp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
JBL,
Make your DateStamp field DefaultValue property...
= Date() (for just the date)
or
= Now() (for date & time)
 
Back
Top