mrabrams
11-02-2000, 08:03 PM
I believe I've seen this before, but cannot find it on this board.
myTable - 10 fields
field6 = category
field7 = subcategory
tblCategory - 1 field of 3 choices
tblSubcategory1 - 1 field of 4 choices
tblSubcategory2 - 1 field of 4 choices
tblSubcategory3 - 1 filed of 4 choices
On a form bound to myTable, I have a combobox1 bound to field6.
I also have a combobox2 bound to field7.
What I would like to happen, is when the user chooses a selection from combobox1 (recordsource is tblCategory)I would like combobox2 to display the corresponding choices from either subcategory1, 2 or 3.
As always, I appreciate your help and patience.
Michael Abrams
myTable - 10 fields
field6 = category
field7 = subcategory
tblCategory - 1 field of 3 choices
tblSubcategory1 - 1 field of 4 choices
tblSubcategory2 - 1 field of 4 choices
tblSubcategory3 - 1 filed of 4 choices
On a form bound to myTable, I have a combobox1 bound to field6.
I also have a combobox2 bound to field7.
What I would like to happen, is when the user chooses a selection from combobox1 (recordsource is tblCategory)I would like combobox2 to display the corresponding choices from either subcategory1, 2 or 3.
As always, I appreciate your help and patience.
Michael Abrams