I have an parts inventory form that displays one part at a time.
On that form are two subforms: one that displays all the withdrawals on that part
and
one that displays all the orders for that part (whether still on order or received).
If the order has been received, it has a field that is filled in with "REC".
I would like to have a control on the main form that displays the total number of that part on hand.
How do I express the sum of JUST the orders received (even though the criteria for the Orders subform is ALL orders)?
Thank you.
On that form are two subforms: one that displays all the withdrawals on that part
and
one that displays all the orders for that part (whether still on order or received).
If the order has been received, it has a field that is filled in with "REC".
I would like to have a control on the main form that displays the total number of that part on hand.
How do I express the sum of JUST the orders received (even though the criteria for the Orders subform is ALL orders)?
Thank you.