I have an expression with subtracts Quantity Taken from Quantity Received to = Units on Hand as follows Expr1: Sum([QuantityIn]+[QuantityOut]) This expression does what I want it to do if I enter the values directly into my Inventory Transaction Table, however, if I enter the transactions using the form I’ve created the expression doesn’t work (eg. values from the form will give a result as follows QuantityIn = 10, QuantityOut = -5 Units on Hand = 10 where as if I enter the same values (10, -5) directly into the Inventory transaction table, the Units in Hand will be right (5). What do I need to change on the form?
Thanks in advance for any help.
Christa