
Originally Posted by
NTC
as PB implies - you don't have a design for an inventory system; it would be:
tblStock
Item
Qty
Date
An IN would go into as a positive QTY, and OUT would go into as a negative QTY and the Qty Remaining is a calculation made on the fly via an Aggregate Query. The Date field is just that. Then you have history.
We are talking about the tables - the way things are presented to users in forms/reports can be controlled i.e. you can put an 'OUT' field where they enter a positive number and it gets changed to negative and goes into the same field as the IN field behind the scenes....