simon551
IS-IT--Management
- May 4, 2005
- 249
This is a calculated field in a query: BalShares: tblInventory.NumShares-Nz(qrySalesSales.NumSold,0)
I want to revise it so that it gives me the BalShares for a specific date, as follows: for tblInventory where Pdate is prior to RunDate and for qrySalesSales where soldDate is prior to RunDate.
Can someone help me write that. I'm not having much luck.
I want to revise it so that it gives me the BalShares for a specific date, as follows: for tblInventory where Pdate is prior to RunDate and for qrySalesSales where soldDate is prior to RunDate.
Can someone help me write that. I'm not having much luck.