G
Guest
Hi
I've made a generic form to allow text in a textbox on any form to be
'zoomed' to a bigger textbox on a popup form. When the zoom form closes it
updates the textbox control on the original form using:
Set frmNameofForm = Forms(strNameofForm)
frmNameofForm.[txbLetter] = Me.txbLetterZoom
However, how do I do this when the control is on a subform?
And, is this called explicit or implicit referencing, or something else -
just so I can refer to it in the future.
Many thanks
Leonard
I've made a generic form to allow text in a textbox on any form to be
'zoomed' to a bigger textbox on a popup form. When the zoom form closes it
updates the textbox control on the original form using:
Set frmNameofForm = Forms(strNameofForm)
frmNameofForm.[txbLetter] = Me.txbLetterZoom
However, how do I do this when the control is on a subform?
And, is this called explicit or implicit referencing, or something else -
just so I can refer to it in the future.
Many thanks
Leonard