Searching in Forms

S

Shaukat

I have seen some Access databases with one or more forms having all the
Alphabet buttons (A, B, ..., Y, Z) shown on the form(s). I don't know if this
is actually an ActiveX control or something that the developers create
themselves. I want to have this kind of stuff to give my users the facility
of searching a large customer database alphabetically. Can an mvp help?
Thanks in anticipation.
 
A

Allen Browne

The Northwind sample database that installs with Access has a form like
that, called:
Customers Phone List

Pull it apart to see how the buttons are in an option group that filters the
form.
 
Top