Stapes said:
Hi
Is there any way I can trap for the use of navigation buttons, such as
Next, Previous and New record?
Stapes
Depends on what you *really* mean. Do you mean "when they use the navigation
buttons" or do you mean "when they navigate"? I ask because there are numerous
ways a user can change to a different record (navigate) without actually using
the buttons.
If you only need to know when they specifically use the buttons then the best
thing to do is remove the display of the built in ones and substitute your own
as others have suggested.
If you need to know any time they change records regardless of the means they
use to do so, then you need to use the Current event of the form. Of course
that fires "as you arrive at a record", not "as you are leaving a record". If
you need the latter then you have a dilemma as there is no simple way to do
that.