place an event when a user clicks a navagational button

  • Thread starter Thread starter IT
  • Start date Start date
I

IT

Hello,

Is it possible within visual basic to execute some code when the user clicks
on the navigational button of a form. For at present i do not seem able to
find the correct event handle to do this. I am using Access 2002.

Kind regards

G
 
Perhaps you can use the form's OnCurrent event? This event occurs whenever
record navigation occurs.
 
Back
Top