G
Gen
hello,
I have a form, Purchase Orders, containing the subform Purchase oRder
Subform. I want to limit the products on the subform based on the supplier
selected on the main form. I already wrote the select code into the row
source of the products, and it works (kinda), but I can't requery after
updating the suppliers. I wrote a requery macro and put it in the "After
Update" event using the control name:
Forms![Purchase Order]![Purchase Order Subform].Form![ProductID]
and a variety of these combinations, but they all give the same results: an
error saying there is no such feild in the current record. The sbuform is
linked ot the main form by a PO number. I don't know very much VB.
Please help!
I have a form, Purchase Orders, containing the subform Purchase oRder
Subform. I want to limit the products on the subform based on the supplier
selected on the main form. I already wrote the select code into the row
source of the products, and it works (kinda), but I can't requery after
updating the suppliers. I wrote a requery macro and put it in the "After
Update" event using the control name:
Forms![Purchase Order]![Purchase Order Subform].Form![ProductID]
and a variety of these combinations, but they all give the same results: an
error saying there is no such feild in the current record. The sbuform is
linked ot the main form by a PO number. I don't know very much VB.
Please help!