Custom Navigation Buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access 2000, I'd like to create my own navigation buttons, but I've never
done that before. Does anyone know of a website where I might get code
someone has already set up? Then I can modify it. Thanks.
 
Yes, it writes the code for you. You just follow the wizard and tell it what
you want it to do. Once completed, you can click the Properties button, go
to the events tab, and see the code behind it.
 
Mary 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.
 
Thanks for your help, but I don't really want to start from scratch. I'd
like to see a form that already has a custom toolbar in it so I can study it
and work from it.
 
Thank you SO much! This will be a big help to me. It will help me
understand what's going on and will save me the trouble of creating my own
form.
 
Back
Top