Re-calculation

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
 
W

Wayne Morgan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top