aron.ridgway
Registered User.
- Local time
- Today, 14:37
- Joined
- Apr 1, 2014
- Messages
- 148
Im trying to sum a qty field naming it 'TotalRecieve' and then minus a qty from that sum?
i've tried the following
but i get an error saying 'Your query does not include the specified expression as part of an aggregate function?
any pointers?
i've tried the following
Code:
RemainingQty: Sum([tblReceiveDetail].[QTY])-[tblOrderDetail].[Qty]
but i get an error saying 'Your query does not include the specified expression as part of an aggregate function?
any pointers?