G
Guest
I have a form with a field named [SSN], it has an input mask with "_" as
placeholders. The form has a command button [Next Record] to go to a new
record, it has coding to check for empty fields and warn the user about them.
The coding associated with the SSN is:
If [SSN]="" then
msgbox "The SSN box is empty",48,"Empty field!"
end if
The coding is never executed even if there is no SSN typed. Is this because
of the mask?
Thank you for your help.
placeholders. The form has a command button [Next Record] to go to a new
record, it has coding to check for empty fields and warn the user about them.
The coding associated with the SSN is:
If [SSN]="" then
msgbox "The SSN box is empty",48,"Empty field!"
end if
The coding is never executed even if there is no SSN typed. Is this because
of the mask?
Thank you for your help.