B
bluestone
Hi-
I have a form with a subform. The form has the follwing text boxes,
linked to a table (tbl Patients):
Namelast
Namefirst
MedRec
DOBirth
Sex
The subform has combo boxes linked to another table (tbl Procedures),
for entry of diagnoses and procedures.
My question is: Since I don't want duplicates in the patient table,
the MedRec field is the unique primary key. How do I set the form up
so that a) entry of a new patient is seamlessly allowed, and more
importantly b)if the user attempts to enter the medrec of a patient
already in the DB, the corresponding namelast, namefirst, DOBirth etc
fields are seamlessly and automatically filled in with the correct
data ? Do I need combo boxes for all of these fields ??
Thanks
CL Snyder
I have a form with a subform. The form has the follwing text boxes,
linked to a table (tbl Patients):
Namelast
Namefirst
MedRec
DOBirth
Sex
The subform has combo boxes linked to another table (tbl Procedures),
for entry of diagnoses and procedures.
My question is: Since I don't want duplicates in the patient table,
the MedRec field is the unique primary key. How do I set the form up
so that a) entry of a new patient is seamlessly allowed, and more
importantly b)if the user attempts to enter the medrec of a patient
already in the DB, the corresponding namelast, namefirst, DOBirth etc
fields are seamlessly and automatically filled in with the correct
data ? Do I need combo boxes for all of these fields ??
Thanks
CL Snyder