Most of my work is with VB and I always use option buttons within a frame. I'm trying to do the same thing in Access 2003 and I get an error message: You entered an expression that has no value. For simplicity this is what I'm doing: If Me.Option3.Value = 1 Then
Msg = "A"
ElseIf Me.Option5.Value = 2 Then
Msg = "B"
ElseIf Me.Option7.Value = 3 Then
Msg = "C"
End If
Any thoughts?
Thanks
Tony
Software/Hardware used:
ASKED:
March 2, 2005 8:59 AM
UPDATED:
March 2, 2005 9:35 AM