Guest_imported
New member
- Jan 1, 1970
- 0
What I am trying to do is when a user enters a value into a form it pulls up that information in a report. All that is working but the only problem I am having is when the user puts in multiple values...for example I have the fields "File Number", "Complaint Received", and "Incident Type." The query works fine if the user only enters one information. But if the user enters "File Number" and also "Incident Type" it pulls up all records with the file number, and also all the records with the incident type. What I would like it to do is only provide the record which matches them both. So if the file number is 0502205 and the incident type is "No License" it will only pull up the record that matches both. (What is doing now is if file number 2938223 has an incident type of No License it also pulsl up that file.) Any help. I dunno if it's my criteria or what. But for each field I put it on a seperate or line...Please help! Thanks