M
McLean J
I have a "category" combo box that gets selected. A
second "product" box needs to display the following.
If the "category" field = 3 then show all products
But if the "category" field = anything else, match the
products combo box to those with the same field.
IE the products combo box has a field called category to
match against that is a numeric field as well.
When category 2 is selected, only products with category 2
show up (easy part).
How can I make ALL records show up when category 3 is
selected?
second "product" box needs to display the following.
If the "category" field = 3 then show all products
But if the "category" field = anything else, match the
products combo box to those with the same field.
IE the products combo box has a field called category to
match against that is a numeric field as well.
When category 2 is selected, only products with category 2
show up (easy part).
How can I make ALL records show up when category 3 is
selected?