G
Guest
I'm using the code below. I'm trying to make sure that a checkbox is checked. It does not work for some reason. Does anyone know why??
If Me.Check175.Value = False Then
RetValue = MsgBox("Please check the report to be used.", vbOKOnly)
Exit Sub
End If
Thanks
If Me.Check175.Value = False Then
RetValue = MsgBox("Please check the report to be used.", vbOKOnly)
Exit Sub
End If
Thanks