I have a calculated field which sums the quantity field for all transactions by the part#, lot# and location. (A part number could be in several different locations and lots and are treated sperately - if they are in the same location with the same lot number they are summed).
To add quantity the user enters the data using a form. To issue (subtract) the user uses a minus number (eg -20). The calculated field sums all these and outputs the current total.
How can I make sure this is always positive.
Ie. When the user does an issue the qty they specify will be less than or equal to the current total according to the sum calculation.
Thank you for any help
To add quantity the user enters the data using a form. To issue (subtract) the user uses a minus number (eg -20). The calculated field sums all these and outputs the current total.
How can I make sure this is always positive.
Ie. When the user does an issue the qty they specify will be less than or equal to the current total according to the sum calculation.
Thank you for any help