Date and time stamp a field (not record) when it is modified

K

KB

I have some check boxes in a form and I want to record the date when the
checkbox on each record is checked - what is the easiest way to do this please
 
R

Rick B

Add a field to store this date and time (you may need more than one if you
have more than one checkbox.)

Write code that puts the current date/time in that field when the checkbox
is changed to true.

Search previous posts for "audit trail" for other suggestions.
--
Rick B



KB said:
I have some check boxes in a form and I want to record the date when the
checkbox on each record is checked - what is the easiest way to do this
please
 
Top