H
help
I have added code to verify a user is entering in
information for an Applicant form to correspond with sub-
form. However this msgbox continously pops up and won't
let me click the close button or find in case the user
did not want to add a new applicant. The Msgbox is in the
on exit of the control of the Applicant's last name.
ex.
If IsNull([Applicant1 Last Name]) Then
MsgBox "You must enter the Applicant's Last Name"
DoCmd.CancelEvent
information for an Applicant form to correspond with sub-
form. However this msgbox continously pops up and won't
let me click the close button or find in case the user
did not want to add a new applicant. The Msgbox is in the
on exit of the control of the Applicant's last name.
ex.
If IsNull([Applicant1 Last Name]) Then
MsgBox "You must enter the Applicant's Last Name"
DoCmd.CancelEvent