Detecting record change

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an unbound textbox that is used to indicate that the user has
completed a requested action.
The the textbox is set by a msgbox that is attached to a mousemove over off
an object with a yes or no option.
I need to be able to detect when the user moves to a new record so that the
textbox can be reset to a default option.
 
You can use the On Current event of the form (if the form is bound) to detect
when the user changes records ...

R. Hicks
 
Back
Top