Hello all!
I have to create a report that shows the "Top 5 Errors" by employee.
My table in the database looks like this:
Employee
Cust_FName
Cust_LName
Account#
Date
Reviewer
Comments
Acct_paid_off
All_required_docs
Title_signed_correctly
Correct_docs_prepared
Title_sent_correct_party
Tax_check_or_filing_fee
Charged_correct_GL
Required_notes_memo_scrn
The items in bold are all "Yes/No" checkmark fields. They are also the items that need to be calculated for the Top 5 errors.
Remember, this is by EMPLOYEE... not the table as a whole.
I'm guessing I would need some VB code that would display only the top 5 errors?
I'm perplexed... I would really appreciate any help on this one...
I have to create a report that shows the "Top 5 Errors" by employee.
My table in the database looks like this:
Employee
Cust_FName
Cust_LName
Account#
Date
Reviewer
Comments
Acct_paid_off
All_required_docs
Title_signed_correctly
Correct_docs_prepared
Title_sent_correct_party
Tax_check_or_filing_fee
Charged_correct_GL
Required_notes_memo_scrn
The items in bold are all "Yes/No" checkmark fields. They are also the items that need to be calculated for the Top 5 errors.
Remember, this is by EMPLOYEE... not the table as a whole.
I'm guessing I would need some VB code that would display only the top 5 errors?
I'm perplexed... I would really appreciate any help on this one...