On the On Load event of a form, I'm trying to set the control source of a text box to a public variable. The code I've tried is:
Me.txtLoginAs.ControlSource = "=" & pstrUserIDValidate
I get #Name? in that field.
Thanks.
Anna Jaeger
iMIS Database Support
Me.txtLoginAs.ControlSource = "=" & pstrUserIDValidate
I get #Name? in that field.
Thanks.
Anna Jaeger
iMIS Database Support