Catching NavigationButton Event

  • Thread starter Thread starter Warren
  • Start date Start date
W

Warren

I have the Navigation Buttons enabled on a form.
The Record Source for this form is a query.

I would like to catch the event that occurs when the user
clicks on the Navigation buttons at the bottom of the form.
These navigation buttons do not appear in the Design mode
of the form, and I've tried many of the Events for the
Form (On ..., Before...) to catch it.

Please let me know if you have any ideas.

thanks
Warren
 
I have the Navigation Buttons enabled on a form.
The Record Source for this form is a query.

I would like to catch the event that occurs when the user
clicks on the Navigation buttons at the bottom of the form.
These navigation buttons do not appear in the Design mode
of the form, and I've tried many of the Events for the
Form (On ..., Before...) to catch it.

Try the "On Current" event.
 
Hi Warren,

Your question is getting answers in both this newsgroup and in
microsoft.public.access.forms. Please do not multipost - If you feel you
need to post to more than one group please cross-post (send the one message
to all groups at once), rather than multi-post (send individual messages to
each group). In this way, all responses to your post will be available
together, regardless of what group the responder was in, and the rest of us
won't have to read your post multiple times.

See http://www.mvps.org/access/netiquette.htm for more information.
 
Back
Top