scottappleford
Registered User.
- Local time
- Today, 22:46
- Joined
- Dec 10, 2002
- Messages
- 134
Hi
I am trying to add a field to the following calculation:
=[Products Subform].[Form]![UnitsOnHand]-nz(DSum("[QuauntityOut]","IntStockControl","Forms!Products.[ProductID] = [IntStockControl]![ProductID] and isnull([IntStockControl]![DateIn]) = true "))
The new field is in the (IntstockControl) and is a quantity back in field. The calc above is a units on hand field. The calc works fine but i need to add the quantity back in.
This calc was done by someone else - do i need the 'date in' is null?
Thanks
Scott
I am trying to add a field to the following calculation:
=[Products Subform].[Form]![UnitsOnHand]-nz(DSum("[QuauntityOut]","IntStockControl","Forms!Products.[ProductID] = [IntStockControl]![ProductID] and isnull([IntStockControl]![DateIn]) = true "))
The new field is in the (IntstockControl) and is a quantity back in field. The calc above is a units on hand field. The calc works fine but i need to add the quantity back in.
This calc was done by someone else - do i need the 'date in' is null?
Thanks
Scott