Query problems

pdavis27040

Registered User.
Local time
Today, 15:32
Joined
Apr 10, 2003
Messages
18
What I have is a query that a person feels out the form (example: first name and last name) and than they hit the command button to run the query. What is suppose to happen is pull up the information of the particular criteria. The problem is it pulls up everyone instead? Any ideas on what I am missing here? The file siz is just a bit to big for here in a zip format but I can zip it up and send to someone if they wish. I do apprecaite it!!!
 
Is your query referencing the fields on the form? The criteria in the Query should be something like [Forms]![frmNameofform]![FirstNametextbox]
 

Users who are viewing this thread

Back
Top Bottom