G
Guest
I have been asked to create an audit database. I have taken an intro to
Access course, and I have done some reading on normalizing the database, but
I am having trouble wrapping my mind around the table set up. The purpose of
the database is to track how a user filled out a worksheet (on a main frame
application). There are about 75 fields that need to be evaluated.
I am having the most trouble with how I am set up the table with the 75
audit items. My mind seems to keep reverting to spreadsheet mentality. When
evaluating the 75 fields, there will only be 4 possible answers (correct,
incorrect, FYI, & N/A). I need to be able to report on the total score for
that 1 audit based on correct & incorrect answers, but I also need to be able
to report on the total number of errors for each field.
Here is what I have so far:
Empl table
Emp ID # (PK)
Exam ID
Last Name
First Name
Supervisor Name
Mgr Name
Audit Info
Audit #(PK-autonum)
Exam ID(foreign key to Emp table)
Line of business
worksheet #
Auditor ID
date
Audit Type
Here is where is breaks down....how do I set up the table for the fields
that are audited. Do I list out all 75 fields that will be audited. This
seems like spreadsheet thinking to me, but I can't seem to get around this
thought. Anyone have any suggestions for me?
Access course, and I have done some reading on normalizing the database, but
I am having trouble wrapping my mind around the table set up. The purpose of
the database is to track how a user filled out a worksheet (on a main frame
application). There are about 75 fields that need to be evaluated.
I am having the most trouble with how I am set up the table with the 75
audit items. My mind seems to keep reverting to spreadsheet mentality. When
evaluating the 75 fields, there will only be 4 possible answers (correct,
incorrect, FYI, & N/A). I need to be able to report on the total score for
that 1 audit based on correct & incorrect answers, but I also need to be able
to report on the total number of errors for each field.
Here is what I have so far:
Empl table
Emp ID # (PK)
Exam ID
Last Name
First Name
Supervisor Name
Mgr Name
Audit Info
Audit #(PK-autonum)
Exam ID(foreign key to Emp table)
Line of business
worksheet #
Auditor ID
date
Audit Type
Here is where is breaks down....how do I set up the table for the fields
that are audited. Do I list out all 75 fields that will be audited. This
seems like spreadsheet thinking to me, but I can't seem to get around this
thought. Anyone have any suggestions for me?