Event procedure for clicking a record navigation button

  • Thread starter Thread starter red6000
  • Start date Start date
R

red6000

Hi,

Is there an event for clicking on any of the record navigation buttons on a
form? I just can't seem to find one?

Thanks.
 
red6000 said:
Hi,

Is there an event for clicking on any of the record navigation buttons on a
form? I just can't seem to find one?

No, not if you mean an event that fires "Before you leave the current record".
There is an event though that fires "After you arrive at a different record".
It is the Current event. The "Before you leave..." event was in a Beta of one
of the Access versions, but never made it to production.

You can simulate such an event by hiding the built in navigation buttons and
replacing them with your own, but the difficulty is that there are numerous
other ways to navigate besides your buttons and you would have to capture all of
them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top