value from one subform to another?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a calculated total on my orders_subform, I would like to pass this
value to payments_subform. Both of these subforms are contained on my main
form frminvoices.

Any tips? suggestions?

Thanks in advance..


Brook
 
Make the control source of the payments_subform control total

=forms!frminvoices!orders_subform!total
 

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

Back
Top