I have a form (frmOrders) and a subform (sfrmOrders) that I use to enter customer orders. I also have another form (frmProduction) that I use to enter each shifts production numbers and subtract them from the original order quantity. I am trying to set it up so that I can double click on the part number control in sfrmOrders and open frmProduction (which is based on a query) and have it filtered by the value of the OrderDetailsID control in the same subform. I can't seem to get this working right.
I have attached the db. If you open frmOrders and double click on a partnumber, you will see what I mean.
I have attached the db. If you open frmOrders and double click on a partnumber, you will see what I mean.