G
Guest
Hello
I have a form that is used to enter patient data. The first 4 text boxes are
ID (auto numbered), Last Name, First Name, and Date of Birth. I am trying to
figure out how to code the form to check for duplicates based on Last Name,
First Name and Date of Birth...and if there already exists a match, then an
message box would "pop-up" that says "Patient is already in system". The goal
is to prevent entering the same patient twice and thus creating duplicates.
(I am able to generate duplicates reports, but I am trying to nip it in the
bud, if possible.)
Any help is greatly appreciated.
I have a form that is used to enter patient data. The first 4 text boxes are
ID (auto numbered), Last Name, First Name, and Date of Birth. I am trying to
figure out how to code the form to check for duplicates based on Last Name,
First Name and Date of Birth...and if there already exists a match, then an
message box would "pop-up" that says "Patient is already in system". The goal
is to prevent entering the same patient twice and thus creating duplicates.
(I am able to generate duplicates reports, but I am trying to nip it in the
bud, if possible.)
Any help is greatly appreciated.