I recently posted a question about control name referencing. The answer given was...
Now I'm wondering if I can't do the same referring to the variable itself...
Thanks for the help!
Code:
me.controls("string" & textboxvalue)
Code:
Sub Blahblah()
Dim intDur48 as Integer
Dim intDur24 as Integer
Dim intDur12 as Integer
("intDur" & !Duration) = ("intDur" & !Duration) + 1