I have added several option groups to a form and have written the code to "translate" the option value from a number value to yes, no, n/a or whatever the case may be. This has been working very well until now. One option group is giving me " Run-time error '3032' Cannot perform this operation". Here's the code:
Private Sub Frame332_AfterUpdate()
Select Case Frame332.Value
Case 1
Psych.Value = "Yes"
Case 2
Psych.Value = "No"
End Select
End Sub
This looks identical (with the exception of the field name of course) to all of the other option groups I have. Can anyone see my problem?
Thanks!
Jessica
__._,_.___
Posted by: hobackjessica@yahoo.com
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
.
__,_._,___
Tidak ada komentar:
Posting Komentar