record change property

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
 
D

Douglas J. Steele

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