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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top