S
SeanK6876
I have a patient log form that I want to fill in by Social Security Number.
It looks like this:
SSN Last Name First Name MI
111-11-1111 Smith John J
I want to have a patients table that the primary key will be SSN. I want to
be able to start typing the SSN in the form and if the patient has a record
it will fill in Last Name, First Name, and MI automatically. However, if that
patient does not have a record in the table I want to fill in the fields
myself and have it saved to the table.
Is this possible?
It looks like this:
SSN Last Name First Name MI
111-11-1111 Smith John J
I want to have a patients table that the primary key will be SSN. I want to
be able to start typing the SSN in the form and if the patient has a record
it will fill in Last Name, First Name, and MI automatically. However, if that
patient does not have a record in the table I want to fill in the fields
myself and have it saved to the table.
Is this possible?