jrice174
Civil/Environmental
- Nov 8, 2004
- 129
I am trying to perform the same function on combo boxes on different forms. I have 2 string variables called ControlName & FormName (i.e. FormName = "frmSchedule", ControlName = "tboDate"). I can use the frmSchedule.tboDate.value and it works fine but I'm trying to assign the form and control names to variables so I can use FormName.ControlName.value. Is there a way to do that?