C
Crystal
You're getting the #Name? not because of the control
*name*, but the *controlsource*.
Make sure if you're referring to a subform within a form
that you code it like this:
frmMainFormName.frmSubFormName.Form.ctlControlName.ControlP
roperty
Maybe this will help,
Crystal
*name*, but the *controlsource*.
Make sure if you're referring to a subform within a form
that you code it like this:
frmMainFormName.frmSubFormName.Form.ctlControlName.ControlP
roperty
Maybe this will help,
Crystal