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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top