modified update

  • Thread starter Thread starter lez
  • Start date Start date
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
 
Try using an AfterUpdate event on each text box to set your hidden date field
to Now() to capture time of change.
 
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.
 
Back
Top