time and date stamp

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

Guest

Any one know how to build a macro to run a control button on a form to
populate a field on a from? kind of like a time clock?
 
Bry,

You can make a macro using the SetValue action, with the macro arguments
set the equivalent of this...
Item: [NameOfYourClockField]
Expression: Now()

Assign this macro on the Click event of the command button.
 

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

Adobe Acrobat Stamp 0
Time date stamp 2
Access MS-ACCESS 2010 - Date Stamps 13
Access 2003 - Basic Macro Help 2
SetValue using macros 5
Showing Date Stamp on Form 6
Excel Excel 2010 Time Stamp Button Help 1
Macro to run date/timne stamp 2

Back
Top