Record Navigation

M

mrs

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

Thanks

matt
 
R

Rick Brandt

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)
 
M

mrs

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
 
S

Stephen Lebans

See:
http://www.lebans.com/recnavbuttons.htm
RecordNavigationButtons is an MDB containing code to replace the
standard Navigation Buttons. The custom buttons exactly emulate the
standard navigation bar including the autorepeat property.
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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

Similar Threads


Top