M
Matt
I have two combo boxes on a form to select Region and Customer. If the
Region is selected (e.g. North America), but a customer is not, I want all
the records to come back for that region regardless of customer.
If the customer is selected (e.g. Dell), but a region is not, I want all the
records to come back for the customer selected regardless of region.
And then if a Region and Customer is selected, I want it to display the
records that match both selections.
How would I go about doing this? Do I need to write code to make this
happen? Thanks in advance for your help.
The table I'm referencing has a primary key on Product, Region, and
Customer.
Region is selected (e.g. North America), but a customer is not, I want all
the records to come back for that region regardless of customer.
If the customer is selected (e.g. Dell), but a region is not, I want all the
records to come back for the customer selected regardless of region.
And then if a Region and Customer is selected, I want it to display the
records that match both selections.
How would I go about doing this? Do I need to write code to make this
happen? Thanks in advance for your help.
The table I'm referencing has a primary key on Product, Region, and
Customer.