Hi, I have this code for an options Group control I just created on my form but when I compile it, it tells me "Method or data member not found"
and it highlights the table field name.
The field exists in the table! Could someone please tell me what is wrong here? Many thanks in advance
If Me.NewRecord ThenMe.Frame1058 = NullElse
Me.Frame1058 = Switch(Me.notcort = "Normotensive (MAP >= 65mmHg)", 1, Me.notcort = "Allergy", 2)
![]()