J
John
Have a continuous subform. Two fields in each record are Qty and
UnitPrice, both are bound. There is also a field called Cost, also
bound. When the Qty changes and go to new record, Cost updates. In
the footer of the subform is an unbound textbox (Subtotal) with a
control source of =Sum([Cost]). If any of the records change the Cost
updates but the unbound txtbox Subtotal does not. Best I've come up
with is Me.Requery in a button next to the unbound txtbox that will
update the Subtotal. Users seem to be getting frustrated in that they
do not see the Subtotal update after each change the Cost field has.
Is there a way to have the Subtotal update automatically?
.... John
UnitPrice, both are bound. There is also a field called Cost, also
bound. When the Qty changes and go to new record, Cost updates. In
the footer of the subform is an unbound textbox (Subtotal) with a
control source of =Sum([Cost]). If any of the records change the Cost
updates but the unbound txtbox Subtotal does not. Best I've come up
with is Me.Requery in a button next to the unbound txtbox that will
update the Subtotal. Users seem to be getting frustrated in that they
do not see the Subtotal update after each change the Cost field has.
Is there a way to have the Subtotal update automatically?
.... John