L
LMB
Hi Guys,
I use Access 2000. I can't quite figure out how to explain what I want to do so I'll just get started and see if someone can understand.
I have a database with employee names etc. I want to add charting audits for each employee to it. We have several documents our employees chart on and we want to have 100% of the documents filled out. We are doing random audits on each employee so we can report to them the percent time that they fill out each of the items on the document. I have been trying to work it out on paper all day on and off but I am not sure how to set it up.
The only way I can think to do it would be to make a table for each document we are auditing with EmpID in each table to link to the main Employee table but I think proper database design would frown on this. All of the fields in the tables that have the audits would be yes/no. Below is what I think is close to what I need but I am getting stuck on how to link the documents to each employee through my tblEmpAudits
tblEmployee
EmployeeID
Etc......
tblEmpAudits
EmpAuditsID
EmployeeID
AuditTypeID
tblAuditType
AuditTypeID
AuditType
I think the documents that we are auditing would be the audit type (Blue Cards, Vent Sheets, Special Procedure Sheet)
I can't figure out how to make the audit sheets fit in to the whole thing because there are many fields in each of the documents to track.....Blue cards have these items we are looking to see if they are filled in. Other audit sheets have different items to fill in to fill in.
All the fields will be y/n and will be linked to each employee. If you understand what I am trying to do and have a better name for things, that would be wonderful.
These are some of the items we have on our "Blue Cards"
Pt Number
Doctor
Diagnosis
BS Pre
BS Post
Cough
Etc...
Each employee will have 4 of each document audited. The final report would have the employees name at the top of the report and have each document listed with the items from each document showing what % the employee fills out each item..
Example
Linda Loo
Blue Card
Pt Number 50%
Doctor 33%
Diagnosis 100%
etc..
Vent Sheet
Tube Size 75%
Tube Placement 100%
Diagnosis 0%
etc...
Thanks,
Linda
I use Access 2000. I can't quite figure out how to explain what I want to do so I'll just get started and see if someone can understand.
I have a database with employee names etc. I want to add charting audits for each employee to it. We have several documents our employees chart on and we want to have 100% of the documents filled out. We are doing random audits on each employee so we can report to them the percent time that they fill out each of the items on the document. I have been trying to work it out on paper all day on and off but I am not sure how to set it up.
The only way I can think to do it would be to make a table for each document we are auditing with EmpID in each table to link to the main Employee table but I think proper database design would frown on this. All of the fields in the tables that have the audits would be yes/no. Below is what I think is close to what I need but I am getting stuck on how to link the documents to each employee through my tblEmpAudits
tblEmployee
EmployeeID
Etc......
tblEmpAudits
EmpAuditsID
EmployeeID
AuditTypeID
tblAuditType
AuditTypeID
AuditType
I think the documents that we are auditing would be the audit type (Blue Cards, Vent Sheets, Special Procedure Sheet)
I can't figure out how to make the audit sheets fit in to the whole thing because there are many fields in each of the documents to track.....Blue cards have these items we are looking to see if they are filled in. Other audit sheets have different items to fill in to fill in.
All the fields will be y/n and will be linked to each employee. If you understand what I am trying to do and have a better name for things, that would be wonderful.
These are some of the items we have on our "Blue Cards"
Pt Number
Doctor
Diagnosis
BS Pre
BS Post
Cough
Etc...
Each employee will have 4 of each document audited. The final report would have the employees name at the top of the report and have each document listed with the items from each document showing what % the employee fills out each item..
Example
Linda Loo
Blue Card
Pt Number 50%
Doctor 33%
Diagnosis 100%
etc..
Vent Sheet
Tube Size 75%
Tube Placement 100%
Diagnosis 0%
etc...
Thanks,
Linda