Hello everyone,
I have a continuous sub-form within a form. The sub-form has a text-box control "TXB_AGGREGATE" that aggregates values (=SUM([FIELD1]) of a field in the sub-form.
If a user has not finished entering a new record in the sub-form (user does not move to a next record) the text-box control "TXB_AGGREGATE" is not updated with a value from the new record.
In many cases users do not move to a next record to save a new record in the sub-form. Instead they click on a button "BUTTON1" in the main-form. The button "BUTTON1" uses a value in the text-box control "TXB_AGGREGATE" in the sub-form which is not updated.
Does anybody know how to force to save a new record in the sub-form and to update the control "TXB_AGGREGATE" in the sub-form?
I have a continuous sub-form within a form. The sub-form has a text-box control "TXB_AGGREGATE" that aggregates values (=SUM([FIELD1]) of a field in the sub-form.
If a user has not finished entering a new record in the sub-form (user does not move to a next record) the text-box control "TXB_AGGREGATE" is not updated with a value from the new record.
In many cases users do not move to a next record to save a new record in the sub-form. Instead they click on a button "BUTTON1" in the main-form. The button "BUTTON1" uses a value in the text-box control "TXB_AGGREGATE" in the sub-form which is not updated.
Does anybody know how to force to save a new record in the sub-form and to update the control "TXB_AGGREGATE" in the sub-form?