D
dwkoller
Hopefully, this is a simple problem.
On my form, I have several text boxes that contain the dollar value of
different items. I'd like to have a text box that calculates the total
value of the individual items. Suppose my text boxes are: item1_cost,
item2_cost, item3_cost [ these are bound to a cells in a table] and the text
box for the calculated sum is total_cost;
In the expression builder the formulas I've tried are:
=item1_cost + item2_cost + item3_cost
or
=sum(item1_cost +item2_cost+item3_cost)
both of these seem to work when the form is first displayed, using the
values stored in the table. However, when I change the value in either of
the item#_cost text boxes, the calculated sum does not change.
Seems like this should not be difficult, any help appreciated. I've looked
at the Northwind database sample -- I'm still confused.
Thanks!!!
dwk
On my form, I have several text boxes that contain the dollar value of
different items. I'd like to have a text box that calculates the total
value of the individual items. Suppose my text boxes are: item1_cost,
item2_cost, item3_cost [ these are bound to a cells in a table] and the text
box for the calculated sum is total_cost;
In the expression builder the formulas I've tried are:
=item1_cost + item2_cost + item3_cost
or
=sum(item1_cost +item2_cost+item3_cost)
both of these seem to work when the form is first displayed, using the
values stored in the table. However, when I change the value in either of
the item#_cost text boxes, the calculated sum does not change.
Seems like this should not be difficult, any help appreciated. I've looked
at the Northwind database sample -- I'm still confused.
Thanks!!!
dwk