I have a form, within that form is a tabbed subform. within this tabbed subform is another subform (a table). The table is used for people to log information on a monthly basis. adjacent to this table are some text boxes with calculations in them tied to this table.
I would like for these text boxes to update/refresh their calculations after users enter information into the table. i would prefer it to be automatic, but a button reading "refresh calculations" would suffice.
I've tried me.controlname.requery, me.requery, me.refresh, and me.recalc but to no avail.
the only way so far that the data gets recalculated is when I exit the form and go back into it.
not sure what other information you may need to help me, so please let me know.
any help would be greatly appreciated.
thanks!
I would like for these text boxes to update/refresh their calculations after users enter information into the table. i would prefer it to be automatic, but a button reading "refresh calculations" would suffice.
I've tried me.controlname.requery, me.requery, me.refresh, and me.recalc but to no avail.
the only way so far that the data gets recalculated is when I exit the form and go back into it.
not sure what other information you may need to help me, so please let me know.
any help would be greatly appreciated.
thanks!