
Originally Posted by
nokmond
hi, yes i want to just use 2 columns. I would appreciate more advise on how to do it. Thanks jon
To use only two cells you will be (seriously) asking for problems, along the lines that you have no audit trail to follow, and no check to ensure accuracy that the three cells would provide, ie Start Stock - Used = Current Stock, you can check back to see what the Start Stock should be, and verify that the Current Stock is that 'on the shelf'
However, to use just two cells and increase one whilst reducing the other, you will need a trigger to 'Do' the subtract, usually a Button.
To add a button
Select View, Toolbars, Control Toolbox
The first icon toggles into/out of 'Design Mode'
In Design mode, select the Button and draw a shape where you want the button.
Rightmouse that button and select View Code and amend the code to look like
where A1 and B1 represent your two cells.
Rightmouse and select Properties and enter a Caption and select a Backcolour from the Palette tab.
Position and size the button to suit.
Exit design mode and clear that menu window, and then a click of the button will reduce/increase as required.
Hope this helps
---
Bookmarks