G
Guest
I've seen similar postiings but can't find the right answer...
I've got a form with 4 combo boxes (location, start date, end date,
customer). I want the user to be able to run a query based on this
information. For example, if the user only selects a location, I want to see
every entry for the location. If he also enters a start date, I want to see
every entry for that location from the start date on.
When I use [Forms]![fltrInventoryReport]![Combo0] as a parameter I only see
exact matches and when I add OR Like "*" I see the unfiltered lot.
How can I set this up so a user can opt to use a parameter to limit returns?
BONUS QUESTION: How can make the Shipper box work as a multiselect? I've
made the necessary property changes but don't know how to properly pass along
the full string of selections (or as mentioned above, lack of selections).
Any guidance is greatly appreciated.
I've got a form with 4 combo boxes (location, start date, end date,
customer). I want the user to be able to run a query based on this
information. For example, if the user only selects a location, I want to see
every entry for the location. If he also enters a start date, I want to see
every entry for that location from the start date on.
When I use [Forms]![fltrInventoryReport]![Combo0] as a parameter I only see
exact matches and when I add OR Like "*" I see the unfiltered lot.
How can I set this up so a user can opt to use a parameter to limit returns?
BONUS QUESTION: How can make the Shipper box work as a multiselect? I've
made the necessary property changes but don't know how to properly pass along
the full string of selections (or as mentioned above, lack of selections).
Any guidance is greatly appreciated.