C
coconutt
Hi, I have a form that when I check the deceased checkbox I would like the
form to either change colors or a msg box to pop-up.
I've tried
If Deceased = True Then
MsgBox "PATIENT IS DECEASED"
End If
That only works on my click event. any thoghts would be appreciated.
form to either change colors or a msg box to pop-up.
I've tried
If Deceased = True Then
MsgBox "PATIENT IS DECEASED"
End If
That only works on my click event. any thoghts would be appreciated.