I have two forms :
Order and Sent. Sent is a subform of Order, and is in datasheet format.
I have two fields in Order : Qty_Received and Free
and two fields in Sent: Qty_sent and qty_returned.
My problem is this - I want to use the calculation, Qty_Received - Qty_Sent + qty_returned, so me free value is always my current stock.
However, Qty_sent and qty_returned are in my Sent subform. The calculation works until I create a new record in my subform, then the calculation looks at the second record only and ignores the first records, thus making my free figure inaccurate.
Any assistance would be appreciated.
Order and Sent. Sent is a subform of Order, and is in datasheet format.
I have two fields in Order : Qty_Received and Free
and two fields in Sent: Qty_sent and qty_returned.
My problem is this - I want to use the calculation, Qty_Received - Qty_Sent + qty_returned, so me free value is always my current stock.
However, Qty_sent and qty_returned are in my Sent subform. The calculation works until I create a new record in my subform, then the calculation looks at the second record only and ignores the first records, thus making my free figure inaccurate.
Any assistance would be appreciated.