I have a table called HWItems, which I want to count stock going in and out of my store
So far I have created the field CurrentStock, and I can reduce this number if an item goes out, but I am finding it hard to increase it when an item is entered.
How can I make the relevant field equate to CurrentStock = CurrentStock + 1 Where HWItems.ID = Combo0.Value
Combo0 is the box in my input form which relates directly to HWItems.ID
So far I have created the field CurrentStock, and I can reduce this number if an item goes out, but I am finding it hard to increase it when an item is entered.
How can I make the relevant field equate to CurrentStock = CurrentStock + 1 Where HWItems.ID = Combo0.Value
Combo0 is the box in my input form which relates directly to HWItems.ID