All,
I am having a few problems with my option group.
I have an option group with a collection of three options. My first problem is I want the from to default to the first button once the form is open but when I try is on the on
it tell me I cant do that. My second problem is that once one of the options is selected I can’t manage to find out which option is selected. I use the following code check of the first button is selected (which it is).
Any ideas what I’m doing wrong here.
Simon
I am having a few problems with my option group.
I have an option group with a collection of three options. My first problem is I want the from to default to the first button once the form is open but when I try is on the on
Code:
Form_Load()
Code:
If optCurrent = True Then
MsgBox "test"
End If
Any ideas what I’m doing wrong here.
Simon