I have a form, PO_InVoice Details-New bound to table TBL_POrders & there’s a sub form Items Ordered, bound to tbl_Order Items
Navigating the records via the main form’s record selectors, at the bottom of the form, works flawlessly in that I can scroll to through all PO’s and each related item ordered appears within the sub form.
Problem:
I’d like to place 2 combo boxes on the main form, Supplier & Invoice No, so that when I choose a supplier the invoice combo box is populated with related invoice numbers.
When I click on one of the invoice numbers, both the mainform & subform display the related records. ??
Navigating the records via the main form’s record selectors, at the bottom of the form, works flawlessly in that I can scroll to through all PO’s and each related item ordered appears within the sub form.
Problem:
I’d like to place 2 combo boxes on the main form, Supplier & Invoice No, so that when I choose a supplier the invoice combo box is populated with related invoice numbers.
When I click on one of the invoice numbers, both the mainform & subform display the related records. ??