HappyBunny
Registered User.
- Local time
- Today, 13:00
- Joined
- Jun 6, 2008
- Messages
- 22
I have 8 unbound combo box controls in a form and a "Run Query" Button below.
What should I put in my query criteria fields?? How do I accomodate for the OR logic necessary here?
I want to be able to select as many and as few of the given 8 optional search criteria selectors, but I always end up with zero records after running the query.
Right now I have [Forms]![NewForm]![Combo0] in my query criteria fields
where NewForm is the form with the Button on it and Combo0 or Combo12.. Combo3l.. Combo# is the name of my combo box field.
What am I doing wrong. Please Help. Thanks
What should I put in my query criteria fields?? How do I accomodate for the OR logic necessary here?
I want to be able to select as many and as few of the given 8 optional search criteria selectors, but I always end up with zero records after running the query.
Right now I have [Forms]![NewForm]![Combo0] in my query criteria fields
where NewForm is the form with the Button on it and Combo0 or Combo12.. Combo3l.. Combo# is the name of my combo box field.
What am I doing wrong. Please Help. Thanks
