A
AMD_GAMER
Hi,
I currently have a database that keeps track of patients. Before a
new patient is added as a record, I want to check and make sure there
is no other person in the database with the same first and last name.
Obviously, one or the other is fine, but I don't want 2 people with
the same name "John Smith." The data is inserted via a form with two
fields called [First Name] and [Last Name]. How can I check this
before the record is submitted via the "Submit" button?
I currently have a database that keeps track of patients. Before a
new patient is added as a record, I want to check and make sure there
is no other person in the database with the same first and last name.
Obviously, one or the other is fine, but I don't want 2 people with
the same name "John Smith." The data is inserted via a form with two
fields called [First Name] and [Last Name]. How can I check this
before the record is submitted via the "Submit" button?