Date stamp when button clicked

  • Thread starter jhicsupt via AccessMonster.com
  • 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.
 
J

jhicsupt via AccessMonster.com

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.
 

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

Similar Threads


Top