record change property

  • Thread starter Thread starter mark kubicki
  • Start date Start date
M

mark kubicki

what property (?) indicates if the record being displayed on a form has
changed (i.e the user has moved to a different record within a table by any
of the means available to them: navigation buttons, command buttons, list
box options to move to a specific record... etc...)

thanks in advance,
mark
 
No property that I'm aware of. However, if the user moves to a different
record, the form's Current event will fire.
 

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