create a query with the criteria...
[forms]![formname]![nameoffield]
Then create a form that returns the records for this query.
finally insert the new form as a subform in your desired form.
you will need to requery the subform every time you enter a new value
using "Me![subformname]![name...
I have a form with a list box that has all of my needed data. I have a command button on the form with the intent of searching the list box. When I click the FIND/REPLACE box appears. I enter the data I wish to locate in the list box and hit find. I get a message saying that my list box is...
I would like to use data entered in a text box in a form to search for the same data in a record on a table, and have that data returned. Please help Im new to access!