G
Guest
I have a database that collects patient information from 3 different sources.
(Three different types of documentation.) I have the following sort of
tables:
PatientDemographicData
InformationType1
InformationType2
InformationType3
DataEntrySession
The data entry session table assigns a random number to the patients medical
record number. This random number is what I want to use as the primary key
in the three information type tables.
Question. How do I create a form that keeps the patient demographic data at
the top, then uses 3 subforms to collect the various information, and passes
the random data entry session number to each subform for storage in their
respective tables?
Help.
Thanks.
Melinda
(Three different types of documentation.) I have the following sort of
tables:
PatientDemographicData
InformationType1
InformationType2
InformationType3
DataEntrySession
The data entry session table assigns a random number to the patients medical
record number. This random number is what I want to use as the primary key
in the three information type tables.
Question. How do I create a form that keeps the patient demographic data at
the top, then uses 3 subforms to collect the various information, and passes
the random data entry session number to each subform for storage in their
respective tables?
Help.
Thanks.
Melinda