G
Guest
How can I use variables while referencing controls? I am using the following
and it is not working, Access isn't recognizing my variables as control
references.
strCheck = Forms!myForm!Check & strVar
strText = "Forms!myForm!Text" & strVar & ".Enabled"
strCombo = "Forms!myForm!Combo" & strVar & ".Enabled"
and it is not working, Access isn't recognizing my variables as control
references.
strCheck = Forms!myForm!Check & strVar
strText = "Forms!myForm!Text" & strVar & ".Enabled"
strCombo = "Forms!myForm!Combo" & strVar & ".Enabled"