Re-calculation

  • Thread starter Thread starter craig
  • Start date Start date
C

craig

I need assistance. I have a form that has a sub-form
within it. The parent-form has a formula that uses
information from the sub-form entries. These two forms
are tied together by id#.

My problem is, when i add an entry in the sub-form, it
does not automatically recalculate the formula in the
parent form. Refresh does not help, but when i close the
form and then go back in, it re-calculates with the
information recently added.

Why doesn't this re-calculate instantaneously?

Thanks for any help!
Craig
 
Where is the code or expression located that does the calculation? If it is
in a code module, you may need to run the same code in the AfterUpdate event
of the subform's textbox also.
 
Back
Top