Date stamp when button clicked

  • Thread starter Thread starter jhicsupt via AccessMonster.com
  • Start date Start date
J

jhicsupt via AccessMonster.com

Is there a way to put today's date in a field when a button is clicked? I
have a button that will send an email. When user clicks the button, then I
would like the current date to populate in the datesent field.

Fields:
datesent
cmdWelcome (when this command button is click, populate datesent)

Thanks in advance.
 
Thanks, worked like a charm!
in the onclick event of cmdWelcome
code this:

datesent = now()

CL
Is there a way to put today's date in a field when a button is clicked? I
have a button that will send an email. When user clicks the button, then
[quoted text clipped - 6 lines]
Thanks in advance.
 
Back
Top