C
carriey
I'm stumped on how to go about designing this database. It currently houses
a number of different job functions which are all tied to locations
(Tbl_MAIN).
One of those functions is Inspections (which are conducted by agencies) and
I have this set up as an Inspection Table with a Deficiencies SubTable (and a
form, sub-form for data entry) - it works great the way it is. There can be
multiple Deficiencies attached to one inspection.
I need to set up 2 other roles. One is Obligations/Self-Dec's and one is
Internal Audits. While some of the information is the same in each (ie. a
staff person assigned, status, date closed), there are also quite a few
different fields required. Each function can have deficiencies assigned and
some are the same for all 3 roles but some are specific to the type.
For sure, each one needs to be on a seperate form but sometimes an Internal
Audit will require a Self-Dec (Self-Dec's and Obligations can come from
other sources too) so, I need some key information to auto-fill from the
Internal Audit form to the Self-Dec form. This will be specific to the
deficiency in the subtable though as the Internal Audit may turn up 5
deficiencies but only 2 require a Self-Dec. I was thinking that somehow I
could achieve this by having a Self-Dec required check box beside the
deficiency?
The reason I want the data to auto-fill is so that the person responsible
for Self-Dec's can then run a report to see what he has to do, and then
complete the information for his job rather than everyone passing paper and
emails back and forth as the workload is very high.
I have been struggling with whether I should modify my Inspection Table and
Deficiency Sub-table to include all 3 roles and have the user select either
Inspection, Self-Dec, Obligation, Internal Audit from a drop-down or whether
I should create a seperate table for each role. If I create a seperate table
for each role, do I use the same Deficiency Sub-Table or do I also create a
seperate one for each?
Reporting for each role (ie. counts of how many conducted, and what
deficiencies) need to be seperate although I realize this could be
accomplished even in the one table.
Just looking for some thoughts on which way would be the most efficient, and
how I can get the Internal Audit data recorded as a Self-Dec also where
required?
Appreciate your help - hopefully this made sense!
a number of different job functions which are all tied to locations
(Tbl_MAIN).
One of those functions is Inspections (which are conducted by agencies) and
I have this set up as an Inspection Table with a Deficiencies SubTable (and a
form, sub-form for data entry) - it works great the way it is. There can be
multiple Deficiencies attached to one inspection.
I need to set up 2 other roles. One is Obligations/Self-Dec's and one is
Internal Audits. While some of the information is the same in each (ie. a
staff person assigned, status, date closed), there are also quite a few
different fields required. Each function can have deficiencies assigned and
some are the same for all 3 roles but some are specific to the type.
For sure, each one needs to be on a seperate form but sometimes an Internal
Audit will require a Self-Dec (Self-Dec's and Obligations can come from
other sources too) so, I need some key information to auto-fill from the
Internal Audit form to the Self-Dec form. This will be specific to the
deficiency in the subtable though as the Internal Audit may turn up 5
deficiencies but only 2 require a Self-Dec. I was thinking that somehow I
could achieve this by having a Self-Dec required check box beside the
deficiency?
The reason I want the data to auto-fill is so that the person responsible
for Self-Dec's can then run a report to see what he has to do, and then
complete the information for his job rather than everyone passing paper and
emails back and forth as the workload is very high.
I have been struggling with whether I should modify my Inspection Table and
Deficiency Sub-table to include all 3 roles and have the user select either
Inspection, Self-Dec, Obligation, Internal Audit from a drop-down or whether
I should create a seperate table for each role. If I create a seperate table
for each role, do I use the same Deficiency Sub-Table or do I also create a
seperate one for each?
Reporting for each role (ie. counts of how many conducted, and what
deficiencies) need to be seperate although I realize this could be
accomplished even in the one table.
Just looking for some thoughts on which way would be the most efficient, and
how I can get the Internal Audit data recorded as a Self-Dec also where
required?
Appreciate your help - hopefully this made sense!