I have attempted a few times using various form of IF statement to do following the calculation in Access 2007:
Inventory Position: (IIf([Remaining Days Before Parts Available]>[the Days before Fulfillment],[On Hand Inventory],[On-Hand Plus Pipeline])-[Unfulfilled Qty])
However it didn't work. Does anyone know how I should correct this calculation? Thanks!
Inventory Position: (IIf([Remaining Days Before Parts Available]>[the Days before Fulfillment],[On Hand Inventory],[On-Hand Plus Pipeline])-[Unfulfilled Qty])
However it didn't work. Does anyone know how I should correct this calculation? Thanks!
Comment