<<
I have a field Subtotal in a query1. Now I want to update this field into the
table. How can I do it?
Thanks,[/QUOTE][/QUOTE]
Well instead of having a calculated control on the form which can't be bound to
the underlying table or query, perhaps have code behind the form perhaps a
function that is triggered by the AfterUpdate of certain fields on the form
which puts the proper subtotal into a bound control.