Data Access Page

J

Joe Gonzalez

I created a form that accepts user input through an unbound text box, say for
example EmployeeID.

The source of the form is a query and the criteria of the query is such:
[Forms]![Employee]![EmployeeID]

So in this case the query only pulls the record that has the matching
employee ID.

I want to do the same in a Data Access Page however I can't find a way to
modify the query to look for the EmployeeID that was entered in the data
access page.

Please help.
 
Top