S
Sash
I want to build and event procedure in Close Form that says if field A is
null, don't close the form.
If IsNull(FieldA) then
MsgBox "Field A is Not Complete"
End If
But how do I then state, don't continue to close the form.
null, don't close the form.
If IsNull(FieldA) then
MsgBox "Field A is Not Complete"
End If
But how do I then state, don't continue to close the form.