How can I set a value in an option group by VBA?
I have a global variable that keeps the value of the option group. On entering the form I would like to read out this variable and let Access "click" on the according option button. Simply setting the value property does not seem to work (Me.optResults.Value = gValue)...
I have a global variable that keeps the value of the option group. On entering the form I would like to read out this variable and let Access "click" on the according option button. Simply setting the value property does not seem to work (Me.optResults.Value = gValue)...