hi could someone please tell me what is wrong here?
I have an unbound OptionGroup of checkboxes. I set the group to Null in the double click event and to update the table fields using texts instead of numbers, I used this code:
Me!ASAWhy = Choose(Me.Frame23, "Allergy", "UGIB", "GCS<8")
but I'm getting error '3032': Cannot perform this operation
what could be wrong
all the other checkbox groups are fine when I check them
I have an unbound OptionGroup of checkboxes. I set the group to Null in the double click event and to update the table fields using texts instead of numbers, I used this code:
Me!ASAWhy = Choose(Me.Frame23, "Allergy", "UGIB", "GCS<8")
but I'm getting error '3032': Cannot perform this operation
what could be wrong
all the other checkbox groups are fine when I check them