I encountered a problem with my MS Access DB and i would
appreciate any help on here please.
I have a 'tblStock' with fields 'ProductID', 'InitialStock', 'Buy', 'Sell'
and 'UpdatedStock'. I also have a form 'StockUpdate' add values
and also add new records to 'tblStock' . If I have value [100] for
IntialStock quantity, Buy [0] and sell [10], UpdatedStock will be [90]
(that's done and fine!). The problem is, I would like to make the
UpdatedStock value [90] to be the NEW InitialStock, so that any BUY
or SELL will keep updating the UpdatedStock and making it the NEW
InitialStock for the next transactions and so on.....but i have been
struggling to find code to implement this.....Any help will be
greatly appreciated.
Thanks in anticipation!
appreciate any help on here please.

I have a 'tblStock' with fields 'ProductID', 'InitialStock', 'Buy', 'Sell'
and 'UpdatedStock'. I also have a form 'StockUpdate' add values
and also add new records to 'tblStock' . If I have value [100] for
IntialStock quantity, Buy [0] and sell [10], UpdatedStock will be [90]
(that's done and fine!). The problem is, I would like to make the
UpdatedStock value [90] to be the NEW InitialStock, so that any BUY
or SELL will keep updating the UpdatedStock and making it the NEW
InitialStock for the next transactions and so on.....but i have been
struggling to find code to implement this.....Any help will be
greatly appreciated.
Thanks in anticipation!