A
Aaron Howe
I have a box which holds a running total - and it works fine. I have another
box underneath it which holds a user-input value (figures in both). The
intention of the second text box is for my user, if they wish, to manually
enter a total value should they want it to differ from the running total
already in place.
One of these box should update to my table when the form is "saved" - so I
thought, why not make the default value of the second text box the same as
the first, so that it will have the right figure and can also be edited (the
first box is bound and cannot be edited). However, that doesn't work.
Is there a way to either keep a running total which can be manually
over-ridden, or create a second box holding the value of the first which can
be over-ridden, and which can add to my existing table?
box underneath it which holds a user-input value (figures in both). The
intention of the second text box is for my user, if they wish, to manually
enter a total value should they want it to differ from the running total
already in place.
One of these box should update to my table when the form is "saved" - so I
thought, why not make the default value of the second text box the same as
the first, so that it will have the right figure and can also be edited (the
first box is bound and cannot be edited). However, that doesn't work.
Is there a way to either keep a running total which can be manually
over-ridden, or create a second box holding the value of the first which can
be over-ridden, and which can add to my existing table?