Hey all,
I'm working on a stock control database. Very simple stock in/stock out kind of thing. However, I would like to know the best way to achieve calculating the totals of each product that we have in stock. At first I was going to simply use the stock in/out and calculate the total left with a sum'ing query, grouped on product. The only problem with this is it isnt very scaleable as it will have to sum every increasing amounts!
Is there a way to keep the stock figure in a table? so when I add, for example, 10 tins of beans, it simply adds 10 to the total?
Thanks,
-NS
I'm working on a stock control database. Very simple stock in/stock out kind of thing. However, I would like to know the best way to achieve calculating the totals of each product that we have in stock. At first I was going to simply use the stock in/out and calculate the total left with a sum'ing query, grouped on product. The only problem with this is it isnt very scaleable as it will have to sum every increasing amounts!
Is there a way to keep the stock figure in a table? so when I add, for example, 10 tins of beans, it simply adds 10 to the total?
Thanks,
-NS