A
AccessNovice
I have three different forms that can be accessed through a main switchboard.
Each form is connected by a patient ID number. I would like the ID to carry
over to each form so the person entering the data doesn't have to keep
putting it in. Every table is connected by this patient ID (which acts as the
primary key). There is a one-to-one relationship for three tables connected
with each of the other tables. I would have created one big table all based
on the patient ID, but that would be too many fields. How can I have the
patient ID show up so that record 1 on form 1 has the same patient ID
automatically as record 1 on form 2, 3 and so on???
Thanks, any help would be greatly appreciated!
Each form is connected by a patient ID number. I would like the ID to carry
over to each form so the person entering the data doesn't have to keep
putting it in. Every table is connected by this patient ID (which acts as the
primary key). There is a one-to-one relationship for three tables connected
with each of the other tables. I would have created one big table all based
on the patient ID, but that would be too many fields. How can I have the
patient ID show up so that record 1 on form 1 has the same patient ID
automatically as record 1 on form 2, 3 and so on???
Thanks, any help would be greatly appreciated!