Search function (1 Viewer)

COMP

Registered User.
Local time
Today, 02:10
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
 

DCrake

Remembered
Local time
Today, 10:10
Joined
Jun 8, 2005
Messages
8,626
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
 

COMP

Registered User.
Local time
Today, 02:10
Joined
Jul 20, 2009
Messages
61
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
 

DCrake

Remembered
Local time
Today, 10:10
Joined
Jun 8, 2005
Messages
8,626
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

Top Bottom