E
Eric
I am new to access and I am trying to develop a database
that keeps track of inventory. When a shipment comes in,
a manager types the addition of the items to inventory on
one form. When Inventory goes out, a second form
(recorded to a different table) is filled out. I can get
my query to subtract the reductions from the additions
easily to give me current iventory. But if a particular
part number has no subtractions on record, it does not
appear on the query because there is no corresponding
value for the part number on the "reductions" table.
Similarly, if we have a part number on record but there
are neither additions nor subtractions (i.e. we haven't
bought any of them yet), I can't get the inventory to say
zero. How complicated would it be to get the query to do
this?
that keeps track of inventory. When a shipment comes in,
a manager types the addition of the items to inventory on
one form. When Inventory goes out, a second form
(recorded to a different table) is filled out. I can get
my query to subtract the reductions from the additions
easily to give me current iventory. But if a particular
part number has no subtractions on record, it does not
appear on the query because there is no corresponding
value for the part number on the "reductions" table.
Similarly, if we have a part number on record but there
are neither additions nor subtractions (i.e. we haven't
bought any of them yet), I can't get the inventory to say
zero. How complicated would it be to get the query to do
this?