VB Script code for starting a search with a form

C

Chris

I have a start up page with two options: 1. enter new information, 2. to
start a search of information already entered. I'm trying to figure out the
best way to do this and I don't know where to start. Thanks in advance for
any help. I'm using access 2003.
 
A

Albert D.Kallal

have you tried using the combo box wizard to make a "search" combo?

Try placing a combo box up in the top area, and use the wizard when you do
this. Choose the option "find a record based on...."

There are many ways to find things, you can also try

records->filter->filter by form

The above will actually instantly turn your whole form into a search form.
So, try the wizard, or try filter by form....
 
C

Chris

I don't understand where to make these changes in order to filter by form.
Are these changes made in the detail section or somewhere else?
Thanks again for the help.
 
Top