Hi,
I'm trying to display a message if the user does not click on a couple of check boxes.
If Me.chBox1.Value = Null And Me.ckPTPRDDTAASI.Value = Null Then
MsgBox "You must a Check Box."
End
End If
However, the code ignores the If Then clause and keeps on going?
Any ideas what I'm forgetting to do?
Thank you!
I'm trying to display a message if the user does not click on a couple of check boxes.
If Me.chBox1.Value = Null And Me.ckPTPRDDTAASI.Value = Null Then
MsgBox "You must a Check Box."
End
End If
However, the code ignores the If Then clause and keeps on going?
Any ideas what I'm forgetting to do?
Thank you!