How to clear controls when user moves between records

C

Chrisso

Hi All

I have a form which is used to look at all records in a table one by
one.

I have a field that I would like to clear out every time that users
move from one record to the next - however I cannot see any Form event
that happens when user move between records.

Any ideas? Thanks in advance,
Chrisso
 
M

Marshall Barton

Chrisso said:
I have a form which is used to look at all records in a table one by
one.

I have a field that I would like to clear out every time that users
move from one record to the next - however I cannot see any Form event
that happens when user move between records.


Use the form's Current event.
 
Top