E
EManning
Using A2K. I've got a mainform with a subform (subfrm1). There's a
subform within that subform (subfrm2).
When an amount is entered on the mainform, I want that amount to
appear on subfrm1 and subfrm2. It's appearing on subfrm1 OK but not
on subfrm2. Here's my syntax:
Me.subfrmBatchFunds.Form!subfrmBatchObjectCodes.Form!txtAmount =
Me.txtCheckAmount
Debug shows that the amount is getting stored in the control on
subfrm2 but it's not displaying on the form.
What am I doing wrong? Thanks for any help or advice.
subform within that subform (subfrm2).
When an amount is entered on the mainform, I want that amount to
appear on subfrm1 and subfrm2. It's appearing on subfrm1 OK but not
on subfrm2. Here's my syntax:
Me.subfrmBatchFunds.Form!subfrmBatchObjectCodes.Form!txtAmount =
Me.txtCheckAmount
Debug shows that the amount is getting stored in the control on
subfrm2 but it's not displaying on the form.
What am I doing wrong? Thanks for any help or advice.