View Full Version : Query problems


pdavis27040
04-23-2003, 09:49 AM
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!!!

jfgambit
04-23-2003, 09:52 AM
Is your query referencing the fields on the form? The criteria in the Query should be something like [Forms]![frmNameofform]![FirstNametextbox]