I have a table showing products that fall into 8 different categories (shirts, pants, hats, for example) each of these categories is further divided by size (lets say small, medium, large, etc.). all products are on the same table, but there is a foreign key related to another "category" table.
I am trying to devise a form (based on a query) that will have 2 combo boxes, the first combo will allow me to select one of the 8 top level categories, and the second combo will have a breakdown of different sizes for each of those items.
how do I get the form to filter by 2 separate combo boxes, then be able to make the record for the size that I have chosen active, so I can make changes to the quantity for THAT record??
I am sure I didn't include all the information needed, so go ahead and ask away
Thanks