I have a form with a subform. The main form has Customer, PONumber, and OrderDate fields. The subform contains ProductID, QtyOrdered, QtyProduced, and QtyRemaning fields.
I also have a third form that I want to open and filter when I double click the ProductID field in the subform. I've got...