Macro to run date/timne stamp

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

Guest

Hello everyone,

I'm trying to build a time/date stamp on a form, I have a Date field I want
to populate with date/time after user clicks on control button

Any help would be great!!!!

Thanks in advance
 
In the Click event, put Me.MyDateField = Now()

(Replace MyDateField with the actual name)
 
Bry,

.... or, if you want a macro, as your subject indicated, see my reply to
your question in the macros newsgroup.
 

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