I am putting together an inventory database for steel bars. The bars are booked in and withdrawn in feet and inches.
With help from people on this forum I have decided to store all the stock in inches only, so when the operator books in say 100feet of a particular bar this gets stored as 100 * 12 (inches).
When using the database however the operator has to see and enter the stock in feet and inches so the inches as stored should not be displayed but a calculated value of feet and inches should be shown in two seperate boxes.
This I have done and works OK. My problem is I need the operator to be able to click on the field to modify or add or withdraw stock but when the operator clicks on the field, because it is bound to a calculation, modification is not allowed.
I would like to be able to modify the value in the calculated field and then invoke a calculation to modify the stored inches value.
The transactions are shown on a subform in datasheet view which may be complicating things.
Any suggestions, please
With help from people on this forum I have decided to store all the stock in inches only, so when the operator books in say 100feet of a particular bar this gets stored as 100 * 12 (inches).
When using the database however the operator has to see and enter the stock in feet and inches so the inches as stored should not be displayed but a calculated value of feet and inches should be shown in two seperate boxes.
This I have done and works OK. My problem is I need the operator to be able to click on the field to modify or add or withdraw stock but when the operator clicks on the field, because it is bound to a calculation, modification is not allowed.
I would like to be able to modify the value in the calculated field and then invoke a calculation to modify the stored inches value.
The transactions are shown on a subform in datasheet view which may be complicating things.
Any suggestions, please