Basically I have a list in Excel that looks like this:
Item Category
a ---- x, y
b ---- x
c ---- x, y, z
d ---- z
e ---- x, z
. . .
I would like to create a form that has a combo box with each of the individual "categories" listed. So, for example if I selected "y" in the combo box, "Items" 'a' and 'c' would appear listed in a text box, and likewise if I selected "x" in the combo box, items 'a', 'b', 'c' and 'e' would show up.
I'm fairly new to Access. How might I go about doing this?