L
LMB
Hi,
This is my first time making a database with multiple tables. I am
wondering how to get all the fields on these tables to one form. Here is
the information about my database. I posted about this database before on
5/1 and this is how I set up my tables. If I didn't set the tables up
right, let me know. I am trying to do a "real" database instead of a flat
one. I think I set up my relationships right but if someone could tell me
what they would do, that would be great. I don't know how to write code so
I use the design views to make my queries, forms and reports.
The purpose is to keep track of total unnecessary breathing treatments
ordered. A Therapist will do chart audits and compare what the total number
of aerosol treatments a doctor has ordered for a 24-hour period with what
would have been ordered if protocols were followed. When we add up all the
unnecessary treatments we will then determine how many extra therapists were
needed (FTE's Full Time Equivalents) to do these "unnecessary treatments".
Thus showing that Ordering protocols saves the hospital money. I will want
a monthly, quarterly and yearly report for each of the 3 facilities. I
would also like to have a report that shows each physician and how many
extra treatments are ordered by month/ quarter and year.
We are just tracking daily totals. Not admission days or if patients are
re-admitted. The database is on a Private Network drive using Novel so I
think it is secure enough to put patient MR and Admission numbers there but
I will be checking with the IS department on Monday to make sure.
lutblTherapist
numTherapistID-Auto Number
strRtLastName
strRtFirstName
lutblPhysID
strPhysID-System ID
strPhysLName
strPhysFName
strPhysSpecialty
lutblSpecialty
strSpecialty
lutblFacility
strFacility
tblPatientInformation
*numPtID-Auto Number
strPtAdmitNum
strPtMRNumber
strPtLastName
strPtFirstName
strAdmitDx
strRespDx
strRespDx
strFacility
tblAudits
*numAuditID-Auto Number
numTherapistID
numAuditTxs
numPtID
tblTreatmentsOrderd
*numTxsOrderdID-Auto Number
strPhysID
numPtID
strFacility
dttTxsOrderDate
numTxsOrdered
tblPhysicians
*strPhysID-Number assigned by Hospital System
strPhysLName
strPhysFName
strSpecialty
Thanks,
Linda
This is my first time making a database with multiple tables. I am
wondering how to get all the fields on these tables to one form. Here is
the information about my database. I posted about this database before on
5/1 and this is how I set up my tables. If I didn't set the tables up
right, let me know. I am trying to do a "real" database instead of a flat
one. I think I set up my relationships right but if someone could tell me
what they would do, that would be great. I don't know how to write code so
I use the design views to make my queries, forms and reports.
The purpose is to keep track of total unnecessary breathing treatments
ordered. A Therapist will do chart audits and compare what the total number
of aerosol treatments a doctor has ordered for a 24-hour period with what
would have been ordered if protocols were followed. When we add up all the
unnecessary treatments we will then determine how many extra therapists were
needed (FTE's Full Time Equivalents) to do these "unnecessary treatments".
Thus showing that Ordering protocols saves the hospital money. I will want
a monthly, quarterly and yearly report for each of the 3 facilities. I
would also like to have a report that shows each physician and how many
extra treatments are ordered by month/ quarter and year.
We are just tracking daily totals. Not admission days or if patients are
re-admitted. The database is on a Private Network drive using Novel so I
think it is secure enough to put patient MR and Admission numbers there but
I will be checking with the IS department on Monday to make sure.
lutblTherapist
numTherapistID-Auto Number
strRtLastName
strRtFirstName
lutblPhysID
strPhysID-System ID
strPhysLName
strPhysFName
strPhysSpecialty
lutblSpecialty
strSpecialty
lutblFacility
strFacility
tblPatientInformation
*numPtID-Auto Number
strPtAdmitNum
strPtMRNumber
strPtLastName
strPtFirstName
strAdmitDx
strRespDx
strRespDx
strFacility
tblAudits
*numAuditID-Auto Number
numTherapistID
numAuditTxs
numPtID
tblTreatmentsOrderd
*numTxsOrderdID-Auto Number
strPhysID
numPtID
strFacility
dttTxsOrderDate
numTxsOrdered
tblPhysicians
*strPhysID-Number assigned by Hospital System
strPhysLName
strPhysFName
strSpecialty
Thanks,
Linda