Search function

COMP

Registered User.
Local time
Today, 05:20
Joined
Jul 20, 2009
Messages
61
Hi i want to create a searching fucntion in my form. I want the end user to be able to enter in the circuit reference and the form to show the details of that circuit. Any idea?

Thanks
 
Use a combo box to list the curcuit codes and have a subform that is linked to the combo box using master and child relationships.

David
 
Hi,

I am already using the combo box method. However there will be 300+ circuits so i want users to be able to put in the specific circuit code, and allow them to manipulate the data that appears.

thanks
 
So what is wrong with using the combo box? you can use the autofill property to autocomplete the ref no to say keystrokes.

David
 

Users who are viewing this thread

Back
Top Bottom