R
Rhonda
In Access 2002 vba
I'm trying to check an option group for value using:
For I = 0 To 3
If Me!optFunct(I).Value = True Then
Let FuncCode$ = CStr(I)
End If
Nex I
The option group is named optFunct, bullets are named optFC(0), optFC(1),
optFC(2).
The error I get is: "Property let procedure not defined and property get
procedure did not return an object".
Any suggestions?
I'm trying to check an option group for value using:
For I = 0 To 3
If Me!optFunct(I).Value = True Then
Let FuncCode$ = CStr(I)
End If
Nex I
The option group is named optFunct, bullets are named optFC(0), optFC(1),
optFC(2).
The error I get is: "Property let procedure not defined and property get
procedure did not return an object".
Any suggestions?