I am using Access 97. I have a subform containing a DSum field in the footer. As the user is entering data, the field is calculated - but not until the focus goes to the next row or to the parent form.
I have a "Save" button on the main form which validates the DSum field to a field on the parent. If the user didn't tab to the new record, or go to some other field on the parent, the DSum field is not correct.
I tried setting to focus to a field on the parent form before the validation, but it doesn't force the amount in the last row updated to be added to the DSum field. Is there a way to force the calculation in the DSum field??
Any help will be greatly appreciated.
Thanks
I have a "Save" button on the main form which validates the DSum field to a field on the parent. If the user didn't tab to the new record, or go to some other field on the parent, the DSum field is not correct.
I tried setting to focus to a field on the parent form before the validation, but it doesn't force the amount in the last row updated to be added to the DSum field. Is there a way to force the calculation in the DSum field??
Any help will be greatly appreciated.
Thanks