RonnieDobbs
MIS
I know this is elementary but I am trying to get a message box to appear when a user selects yes. I have tried:
If (controlsourcename) = "yes" Then
MsgBox "Do you need approval?"
End If
i have placed in after update....what am i doing wrong? be nice, thanks!
ab
If (controlsourcename) = "yes" Then
MsgBox "Do you need approval?"
End If
i have placed in after update....what am i doing wrong? be nice, thanks!
ab