Search in a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form where i would like to search for my criteria in a textfield,
can any one help
Thanks

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...4c05b464bd12&dg=microsoft.public.access.forms
 
i want the operator to enter the info in an unbound txt box hit the enter key
to find the result
Cheers
 
Use this criteria in a query --
[Forms]![YourFormName]![YourText]

Build an event procedure or macro to open a form base on the query above.
 
Back
Top