In MS Access I would like to reference a control using a string variable. If my form and control name was something like Forms![Form1]![Control1] and I want Control1 to be substituted in by appending an index to the word "Control" something like 'newname="Control" & index' where index is a number and then use it like Forms![Form1]!newname.<br>
<br>
Whatever I try does not seem to work. Plase let me know what I am doing wrong.<br>
<br>
<br>
Whatever I try does not seem to work. Plase let me know what I am doing wrong.<br>
<br>