Autoeng
Why me?
- Local time
- Today, 14:22
- Joined
- Aug 13, 2002
- Messages
- 1,302
I have a query that returns results based on PartNumber. The query PartNumber field criteria is referencing a form field. Works great when a single part number is entered on the form but when you try to enter 2 part numbers separated by AND or OR it returns no records. It does work if this is the criteria you input directly into the query instead of using the form field reference. I even tried enclosing the PartNumbers in the form field with quotations (i.e. "10001" AND "10002") but that didn't work either.
Is there a way to enter multiple PartNumbers in the form field and the query return the correct results?
Is there a way to enter multiple PartNumbers in the form field and the query return the correct results?