Simple Search Form

karl009

Registered User.
Local time
Today, 22:57
Joined
Mar 2, 2010
Messages
55
Hi,

I am trying to create a simple search form, the form has a text box and a button.

When a number is typed into the text box and the button is clicked I would like the another form to open on the record that was typed in.

The data in only in one field not to complicated but can’t seem to find a simple example.

Many Thanks
Karl
 
why not make it really simple.

try using the combo box wizard to add the search int the formls header. No need to have an additional search form.
 
Hi,

I am trying to create a simple search form, the form has a text box and a button.

When a number is typed into the text box and the button is clicked I would like the another form to open on the record that was typed in.

The data in only in one field not to complicated but can’t seem to find a simple example.

Many Thanks
Karl

Hi Karl,

What you need is a query to run to the results form, and in the criteria for the field you select the build wizard to go to the textbox on the first form, that way once you have typed in your criteria on the first form, hit a button to open the second form the results are filtered.

Good Luck

Trevor
 

Users who are viewing this thread

Back
Top Bottom