B
BlahBlahBlah
Guest
I would be very grateful to anyone who can help me on this as I have been trying for a long time to solve it. I have searched the forum and waded through loads of posts but never really found what I am looking for. It must be a common enough scenario but I have been unable to track down the answer.
I have a form - frmSuppliers - on this form I want the user to be able to select one or more product categories into which each supplier falls - possibly via a multi select list box???
Then on a form - frmOrders - I want the user to select a single category via a combo box, and all the suppliers who fall into this category to appear in another filtered combo box.
I understand the principle of cascading combo boxes, it is just the multi category bit I am stuck on.
To compound the problem I have another form - frmProducts - on which I want the user to be able to select one or more product categories into which any particular product falls.
This, in turn, will define which products appear on a subform of the frmOrders - sbfOrderDetails - after a particular product category and supplier has been selected.
Any answers will be very gratefully received.
I have a form - frmSuppliers - on this form I want the user to be able to select one or more product categories into which each supplier falls - possibly via a multi select list box???
Then on a form - frmOrders - I want the user to select a single category via a combo box, and all the suppliers who fall into this category to appear in another filtered combo box.
I understand the principle of cascading combo boxes, it is just the multi category bit I am stuck on.
To compound the problem I have another form - frmProducts - on which I want the user to be able to select one or more product categories into which any particular product falls.
This, in turn, will define which products appear on a subform of the frmOrders - sbfOrderDetails - after a particular product category and supplier has been selected.
Any answers will be very gratefully received.