add custom control to navigation toolbar

  • Thread starter ricardozelaya via AccessMonster.com
  • Start date
R

ricardozelaya via AccessMonster.com

I want to display a total number of records where a field matches certain
criteria next to the (record "current record" of "total records) on the
navigation toolbar.

name today's date
record1 John 12/31/2006
record2 Jane 01/01/2006
record3 Joe 12/31/2006


record 3 of 3 records records with today's date = 2
 
V

Van T. Dinh

I don't *think* you can modify the inbuilt NavigationBar on the Form.

If you want to do this, you will have to create your own custom
NavigationBar.

Start by using Stephen Leban's RecNavButtons:

http://www.lebans.com/recnavbuttons.htm

to replicate the inbuilt NavigationBar and then modify from there for your
additional details.
 

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

Top