G
Gideon
I need to take certain action when the user pushes a navigation button.
Using "OnCurrnet" event will tell me that I already moved to another
record. I need to act before moving but after clicking a navigation
button. I actually also need to know if it was a new record navigation
button or one of the other. Is there any way to identify this event in VBA?
I also need to select what action to take when close button is
pushed("x" on the top right of the form). In other words I will use the
OnClose property and chose a function that be executed when the "x" is
clicked. I do not know, however, how to identify in VBA the clicking on
the "x".
Any help will be appreciated.
Gideon
Using "OnCurrnet" event will tell me that I already moved to another
record. I need to act before moving but after clicking a navigation
button. I actually also need to know if it was a new record navigation
button or one of the other. Is there any way to identify this event in VBA?
I also need to select what action to take when close button is
pushed("x" on the top right of the form). In other words I will use the
OnClose property and chose a function that be executed when the "x" is
clicked. I do not know, however, how to identify in VBA the clicking on
the "x".
Any help will be appreciated.
Gideon