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.
 
Top