B
Bibi Arocho via AccessMonster.com
I have a form (verification) that will list a number of records that need
to be verified. It has a Yes/No field that tracks whether each record has
been verified. The user manually clicks this yes/no button initially.
However, if the user needs to go back to the record to make changes, I want
the yes/no button to AUTOMATICALLY set to false, so that we can review it
again without depending on the user to remember to change the status of the
record.
I'm still learning VBA code and have looked at the After Update event, but
I don't understand the concept enough to write an effective code.
In general terms; this is what I think the code should do:
When the record is updated
Set the Yes/No field to No
Can someone tell me how I would go about starting this?
to be verified. It has a Yes/No field that tracks whether each record has
been verified. The user manually clicks this yes/no button initially.
However, if the user needs to go back to the record to make changes, I want
the yes/no button to AUTOMATICALLY set to false, so that we can review it
again without depending on the user to remember to change the status of the
record.
I'm still learning VBA code and have looked at the After Update event, but
I don't understand the concept enough to write an effective code.
In general terms; this is what I think the code should do:
When the record is updated
Set the Yes/No field to No
Can someone tell me how I would go about starting this?