G
Guest
Hi again
And thanks for all the help you have given me in the past.
I have 3 check boxes and I need a message to pop up if check box "Do Not
Solicit" is ticked on certain records.
I have tried Private Sub Form_BeforeUpdate(Cancel As Integer)
If Me.Do_Not_Solicit = "True" Then MsgBox "This client is not to be
contacted" End If but it didn't work
Any help is greatly appreciated.
And thanks for all the help you have given me in the past.
I have 3 check boxes and I need a message to pop up if check box "Do Not
Solicit" is ticked on certain records.
I have tried Private Sub Form_BeforeUpdate(Cancel As Integer)
If Me.Do_Not_Solicit = "True" Then MsgBox "This client is not to be
contacted" End If but it didn't work
Any help is greatly appreciated.