Letting the user search easier

R

Russell

Hi everyone,

Hope someone can help me out. I currently have built a
database to track airline tickets. In order for the user
to find a particular ticket i have them use the "Filter by
Form" buttons but they can't seem to get used to it.
Plus, if they want to do a partial match they have to type
a "*" at the end.

Ideally, I want them to click a button that either clears
the current record and lets the user type anywhere in the
form, hit return and initiate a search, or have a button
called "search" or whatever, they click it, a small form
comes up where they can type a partial or full piece of
criteria into any of the fields on this new form, hit
return, initiate the search, the popup form closes, they
go back to the main form with access to the queried
records.

I can't seem to do this with my skill level, or lack
thereof. Any help would be appreciated.

Thank you.
 
J

Jim/Chris

You could add a combo box on the form. The combo box drop
down list could contain name,ticket number, date or a
combination. After selecting the ticket they want the
form automatically goes to that record.

Jim
 
R

Russell

That was my first choice but the user needs to be able to
enter text in these boxes also. as far as i know you
can't enter data in a combo box.
 

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