Record Navigation

  • Thread starter Thread starter mrs
  • Start date Start date
M

mrs

How do you gain access to the VB code for the record
navigation buttons at bottom of a form?

Thanks

matt
 
mrs said:
How do you gain access to the VB code for the record
navigation buttons at bottom of a form?

You can't. You have to remove them and build your own (fairly easy
actually).

However; if your goal is to run code BEFORE leaving a record you must then
trap ALL events that cause record navigation. This includes...

Applying a filter
Removing a filter
PageUp key
PageDown key
Edit Go To... on main menu
(there's probably more)
 
I have built the next, previous, first and last buttons,
however I am having troubles getting the record count.

Can you help with the count?

Matt
 
Back
Top