Hi to everyone,
I am building an inventory database for parts that go into producing a product.
I have a parts table, goods in table and a goods out table. I also have a 'Transaction query' that takes goods in and subtracts goods out to produce a stock level.
This is all very basic and works...