numerical summation to passed from sub to main form

K

Keri in Vermont

I have a subform that tracks payments. I have a text box in the form footer
that calculates total payments. I need that total amount of payment passed
to the main form, so that I can then calculate a "balance due" from Total
Owed - Total Paid [which I do know how to do].

Thanks
 
A

Arvin Meyer [MVP]

Set the controlsource of a text box on the main form to:

Me.NameOfSubformControl.Form.NameOfTextbox

sunstituting appropriate names.
 

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