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
jl5000 - 01 May 2005 23:41 GMT
Make the control source of the payments_subform control total
=forms!frminvoices!orders_subform!total
> 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
[quoted text clipped - 5 lines]
>
> Brook