I have been successfully using code such as:
Forms![MyForm]!Option1 = False
However, I now wish to make the above dynamic by using N = 1,2,3,4 etc. So the new code would look something like:
Forms![MyForm]!Option & N = True
Does anyone have any hints about how to make this work?
Many thanks.