K
K@foss-dental
I have a main form (frmPurchaseOrders) which allows a user to select a
supplier using a combobox. I want a combobox in the subform
(frmPurchOrdSfrm2) to display the list of products unique to the supplier
selected, which the user can then choose from. The main form is based
directly on a table, but the subform is based on a query
(qryPODetailsSorted). I have the structure now, but the subform drop-down
display all products from all suppliers. Is there any way to accomplish what
I want without elaborate (VBA) code?
supplier using a combobox. I want a combobox in the subform
(frmPurchOrdSfrm2) to display the list of products unique to the supplier
selected, which the user can then choose from. The main form is based
directly on a table, but the subform is based on a query
(qryPODetailsSorted). I have the structure now, but the subform drop-down
display all products from all suppliers. Is there any way to accomplish what
I want without elaborate (VBA) code?