Something like a three-tiered JavaScript menu...

G

Guest

I have a database in which someone has entered various organizations.
Included in the fields are:
County
Town
Organization Name

I want to create a user-friendly query to filter these records. This is
what I'm thinking of:

1. User opens a form and sees one combo box where they can choose from a
list of counties that had been entered in the database.
2. A second combo box pops up. The user chooses "Show all" and the query
is run (automatically or after clicking a button whichever is easier for me
to do!) or chooses from a list of towns that were entered into the database.
3. A third combo box pops up the same as #2, but the user chooses an
organization (or show all). The query is then run.

OR

all three combo boxes can be visable from the start if option one is too
difficult for me. :)

I do not know much/if any programming so if this is required, please be
specific. :)

Thanks a lot, this place is great!
 

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