event Capturing

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

Guest

Hi,

I have a form in which I want to capture when the user clicks the navigation
buttons on the bottom of the form but I can't figure out what event will
capture that.

Any help you can give me would be great

Thanks
Brian
 
If the current record is dirty, then Form_BeforeUpdate will fire.
Once you move to another record, Form_Current will fire.

There is no event that indicates you are about to move to a different
record.
 
Back
Top