I am trying to set a condition in a macro based on whether a check box is a form is checked or not. This is my condition:
IsEmpty([Forms]![frm_Build_ARMS]![Check8])=False
I've also tried:
IsNull([Forms]![frm_Build_ARMS]![Check8])=False
Currently, I am just having it display a MsgBox if the...