modified update

L

lez

Hi Guys,

I have a hidden field on a form and want it to be updated with the current
date once the record is updated/changed in anyway. Can anyone tell me how I
get it to add the current date to this field, I want it to be updated each
time the reord is altered.

Many thanks
 
K

KARL DEWEY

Try using an AfterUpdate event on each text box to set your hidden date field
to Now() to capture time of change.
 
L

lez

Cheers Karl, sorted.. thank you
KARL DEWEY said:
Try using an AfterUpdate event on each text box to set your hidden date
field
to Now() to capture time of change.
 

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