aaron.irvine
New member
- Local time
- Tomorrow, 10:38
- Joined
- Sep 13, 2013
- Messages
- 4
G'day!
I've been researching all day, and have finally given up. I'm an Access n00b, but can understand low-level coding when reading it.
What I'm looking to do is calculate the success rate (%) of compliance rates with Quality Control paperwork. Essentially, each record has 12 "check box" fields representing the different QC sheets that are submitted each day.
QCflavourChange
QCfillerOperator
QCblowMoulding
QCtorqueTest
QCnetContents
QClabeller
QCpacker
QCpalletiser
RMpreform
RMclosure
RMlabel
RMcarton
I have been able to find the code for counting the success rate of a specific type of QC sheet across multiple days worth of testing, eg:
=Sum(IIf([RMpreform]=True,1,0))])
But I have been unable to determine how I can count the total of all the successful fields listed above, across a single record.
I've learnt a lot today in how to use ACCESS, and I'm very excited to continue to learn how to use this very useful tool!
Thanks guys.
I've been researching all day, and have finally given up. I'm an Access n00b, but can understand low-level coding when reading it.
What I'm looking to do is calculate the success rate (%) of compliance rates with Quality Control paperwork. Essentially, each record has 12 "check box" fields representing the different QC sheets that are submitted each day.
QCflavourChange
QCfillerOperator
QCblowMoulding
QCtorqueTest
QCnetContents
QClabeller
QCpacker
QCpalletiser
RMpreform
RMclosure
RMlabel
RMcarton
I have been able to find the code for counting the success rate of a specific type of QC sheet across multiple days worth of testing, eg:
=Sum(IIf([RMpreform]=True,1,0))])
But I have been unable to determine how I can count the total of all the successful fields listed above, across a single record.
I've learnt a lot today in how to use ACCESS, and I'm very excited to continue to learn how to use this very useful tool!
Thanks guys.