Does anybody know how to change a form control name in VBA? I can find the existing name without a problem, but I don’t know how to change the name of the control. My current syntax that yields a 2467 error is:
[tt]
Me.Controls(strFrmObjNameOld).Name = strFrmObjNameNew
[/tt]
tia,
GGleason
[tt]
Me.Controls(strFrmObjNameOld).Name = strFrmObjNameNew
[/tt]
tia,
GGleason