I'm sure my question is very simple but I just can't get it to work.
I have two tables:
1. Manufacturer with ManId and ManDesc
2. Set with SetId, SetDesc and ManId
Two comboboxes:
1. cboManufacturer which is displaying all of the manufacturers in the table from the rowsource property.
2. cboSet which I would like to display only the Sets from a the particular Manufacturer that is selected by the user. I have nothing selected in the rowsource for this combobox.
I tried the example on cascading combo boxes, but neither of the examples will work for me because I have two tables and far too many Manufacturers to use a select case.
I am thinking that the answer would include using the ManId but not quite sure how to do so.
Thanks for all the help.
OM
I have two tables:
1. Manufacturer with ManId and ManDesc
2. Set with SetId, SetDesc and ManId
Two comboboxes:
1. cboManufacturer which is displaying all of the manufacturers in the table from the rowsource property.
2. cboSet which I would like to display only the Sets from a the particular Manufacturer that is selected by the user. I have nothing selected in the rowsource for this combobox.
I tried the example on cascading combo boxes, but neither of the examples will work for me because I have two tables and far too many Manufacturers to use a select case.
I am thinking that the answer would include using the ManId but not quite sure how to do so.
Thanks for all the help.
OM