When I try this VBA code:
If Me.ckBoxSortMgaByLastName.Value = True
the form crashes with an error:
"You entered an expression that has no value."
I get this error whether unchecked or checked. For debugging I tried this code:
MsgBox (Me.ckBoxSortMgaByLastName.Value)
Got the same error msg.
I went into the debugger and typed
? Me.ckBoxSortMgaByLastName.Value
and got the same error message yet again.
If Me.ckBoxSortMgaByLastName.Value = True
the form crashes with an error:
"You entered an expression that has no value."
I get this error whether unchecked or checked. For debugging I tried this code:
MsgBox (Me.ckBoxSortMgaByLastName.Value)
Got the same error msg.
I went into the debugger and typed
? Me.ckBoxSortMgaByLastName.Value
and got the same error message yet again.