Controls Question
I have the name of a control ("FormName.XControl") stored in a memory
variable (YVariable) I want to set the row source of xControl by referring to
the variable YVariable.
Instead of FormName.xControl.RowSource = ListName I want
YVariable.rowsource = ListName
How do I accomplish this?
Thank you
|