Can I set the default value of a textbox on a subform to the calculated total on another subform?
I calculate the total of an order in one subform
another subform allows me to record a payment
can i have the default value of the PaymentAmount Textbox be the total calculated?
I tried
=[frmRecordPaymentSUB1]![Ordertotal]
I calculate the total of an order in one subform
another subform allows me to record a payment
can i have the default value of the PaymentAmount Textbox be the total calculated?
I tried
=[frmRecordPaymentSUB1]![Ordertotal]