Tried that already...didn't work. Again, debug says the value is in
there but it won't display on the form.
Pavel Romashkin <pa*************@hotmail.com> wrote in message news:<40***************@hotmail.com>...
Could you try
Me.subfrmBatchFunds.Form!subfrmBatchObjectCodes.Fo rm.txtAmount =
Me.txtCheckAmount
Pavel
Ellen Manning wrote:
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.Fo rm!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.