I've got a question about forms design.
I have a database that keeps track of isolated patients (infection purposes) and that gives the location, name, ID# of the patient etc. I'm brainstorming ways that I can design the forms.
There is a master and child table, the master table (tblPatient) keeps track of the patient names, and the child table (tblCase) keeps track of their location (a new record for each movement of change in infection)
For example, when and infection control practioner gets wind of a new infection, I want them to be able to search by name, or patient number, or a combination of both, to see if that patient already has been at, or is still currently at the facility. I would then like to have a subform that brings up the most recent case if that patient is currently at the facility, or a fresh subform if that patient has a tblPatient record, or if the patient is brand new, a form that will allow the user to create a master and child record.
Is this a good idea? Is there a better way? How do I go about doiung this.
One hirdle that I see in this idea is what happens if multiple master records are returned?
-Z
I have a database that keeps track of isolated patients (infection purposes) and that gives the location, name, ID# of the patient etc. I'm brainstorming ways that I can design the forms.
There is a master and child table, the master table (tblPatient) keeps track of the patient names, and the child table (tblCase) keeps track of their location (a new record for each movement of change in infection)
For example, when and infection control practioner gets wind of a new infection, I want them to be able to search by name, or patient number, or a combination of both, to see if that patient already has been at, or is still currently at the facility. I would then like to have a subform that brings up the most recent case if that patient is currently at the facility, or a fresh subform if that patient has a tblPatient record, or if the patient is brand new, a form that will allow the user to create a master and child record.
Is this a good idea? Is there a better way? How do I go about doiung this.
One hirdle that I see in this idea is what happens if multiple master records are returned?
-Z