Search Fields

Ringers

Registered User.
Local time
Today, 15:32
Joined
Mar 4, 2003
Messages
54
How do i setup a text field as a search field. ie enter in a string in txtbx_branch and have it look thorugh the relevant records it is related to.

Any help with this would be great.:D
 
create a query with the fields you need
in the query,select the field that relates to
txtbx_branch,which i assume is on a form
and set its criteria
=forms![yourform name]![txtbx_branch]
 

Users who are viewing this thread

Back
Top Bottom