G
Guest
How do I use a string value (strFormName) of a form name to set a control on
that form. i.e.
set control1=forms!strFormName!ClientID
won't work because strFormName is a string, not a form. What is the syntax I
need?
that form. i.e.
set control1=forms!strFormName!ClientID
won't work because strFormName is a string, not a form. What is the syntax I
need?