G
Guest
I have a form and subform, where the subform displays course booking records
for the form for each customer. I display the total spend for all the
subforms for each customer in a calculated field in the main form. I use the
syntax
=DSum"[COUR_ACT_FEE]","study_leave_recs
","BUDGET_HOLDER_ID=[study_leave_recs].[Form]![budget_holder_id]")+DSum("[COUR_ACT_TRAVEL]","study_leave_recs
","BUDGET_HOLDER_ID=[study_leave_recs].[Form]![budget_holder_id]")= .....
ETC.
which works ok. MY PROBLEM is that I cannot get the total field to update
in real time, even if I save the record and skip to the next customer and
then go back. I have to come out of the form and then go back in to get the
correct total. How can I refresh the form without doing this ? Have I done
something wrong?
for the form for each customer. I display the total spend for all the
subforms for each customer in a calculated field in the main form. I use the
syntax
=DSum"[COUR_ACT_FEE]","study_leave_recs
","BUDGET_HOLDER_ID=[study_leave_recs].[Form]![budget_holder_id]")+DSum("[COUR_ACT_TRAVEL]","study_leave_recs
","BUDGET_HOLDER_ID=[study_leave_recs].[Form]![budget_holder_id]")= .....
ETC.
which works ok. MY PROBLEM is that I cannot get the total field to update
in real time, even if I save the record and skip to the next customer and
then go back. I have to come out of the form and then go back in to get the
correct total. How can I refresh the form without doing this ? Have I done
something wrong?