I'm trying to warn a user if no check boxes have been selected but this code doesnt seem to work. Am I wring somewhere?
Code:
If Me.chkCommercial = "0" And Me.chkDomestic = "0" And Me.chkHotSpot = "0" And Me.chkReseller = "0" And Me.chkVoip = "0" Then
MsgBox "You need to define enquiry interests"
Exit Sub