When a check mark is checked, I need the time recorded.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am setting up a database to use in experiments. It is a multiple step
experiment, and I need the time of every step recorded. I want to set a set
of check marks for the completion of every step. Once every check mark is
checked, I want the time of the event recorded. I tried setting up a table to
do so, however that does not work. The time recorded is the time of the
creation of the row, as opposed to the time of the entry of data into that
row.
 
You need to put code into the AfterUpdate event of the Checkbox control on
your form.
 
Back
Top