How to clear controls when user moves between records

  • Thread starter Thread starter Chrisso
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top