what could be wrong now...![]()
I have below, code for my option group (Frame1196). "Spine" is the table field name but I keep getting this error even though the option group exists on the form. Help me Please!
If Me.NewRecord ThenMe.Frame1196 = NullElseMe.Frame1196 = Switch(Me.Spine = "Yes", 1, Me.Spine = "No", 2, Me.Spine = "Unknown", 3)
![]()