Time date stamp

M

MFancher

In a form... I would like for a time date stamp to be
placed in a text box at the exact time that a macro (enter
button)is ran.

TFTH
Mike
 
S

Steve Schapel

Mike

Add a SetValue action to your macro. Set the macro arguments like this...
Item: [NameOfYourTextbox]
Expression: Now()

Set the Format property of the textbox as required.

It is not clear whether you mean you want to keep these time stamp
values, or just display on the form. But if you need to keep them,
obviously the textbox needs to be bound appropriately to a field in a
table, or else some other method (e.g. Append Query) of storing these
values.
 

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

Top