I have a main report (PRPStatus) that gives the status of our employees in the Chemical Personnel Reliability Program from needing to fill out the NAC (National Agency Check), needing training, and pending certification each on their own subreport. These each (along with a couple others that aren't involved in my troubles here) give the details on how many personnel per department are missing their NACs, Missing Training, and Ready to be certified....no one person can be in two categories.
The three subreports are as follows:
SummaryMissingNAC
Field with number - CountOfNacMissing
Unbound Total Box - NACTotal
SummaryMissingTraining
Field with number - CountOfAccessType
Unbound Total Box - TrainingTotal
SummaryPendingCertification
Field with number - CountOfPendingCertification
Unbound Total Box - PendingTotal
Each of the unbound total boxes use the =Sum([Field Name]) to get the total.
I need to be able to put a box on my main report (PRPStatus) and have it give a summary:
Pending NAC 38
Pending Training 5
Pending Certification 88
Total 131
I am not sure how to go about getting the information out of the subreports and then totaling it up. I am sure it is possible, just not sure what direction I need to go to get it done. Can I do this right on the main report? Do I need to make another subreport with this information on it?
Thanks!
Ellie
Ellie
**Using Access 97 at work**
**Using Access 2000 at home**
elliefant@qwest.net
The three subreports are as follows:
SummaryMissingNAC
Field with number - CountOfNacMissing
Unbound Total Box - NACTotal
SummaryMissingTraining
Field with number - CountOfAccessType
Unbound Total Box - TrainingTotal
SummaryPendingCertification
Field with number - CountOfPendingCertification
Unbound Total Box - PendingTotal
Each of the unbound total boxes use the =Sum([Field Name]) to get the total.
I need to be able to put a box on my main report (PRPStatus) and have it give a summary:
Pending NAC 38
Pending Training 5
Pending Certification 88
Total 131
I am not sure how to go about getting the information out of the subreports and then totaling it up. I am sure it is possible, just not sure what direction I need to go to get it done. Can I do this right on the main report? Do I need to make another subreport with this information on it?
Thanks!
Ellie
Ellie
**Using Access 97 at work**
**Using Access 2000 at home**
elliefant@qwest.net