On a form I have 10 option buttons. Named option1, option2, option3..
If I create a recordset which the contains the option buttons I would like set to true, what is the sytax for setting that option button to true?
An example, if my recordset returns the following:
option3
option7
option9
Normally I would just use the command me.option3=true. What's the syntax within the loop for setting those options to true?
If I create a recordset which the contains the option buttons I would like set to true, what is the sytax for setting that option button to true?
An example, if my recordset returns the following:
option3
option7
option9
Normally I would just use the command me.option3=true. What's the syntax within the loop for setting those options to true?