pbuethe
Returning User
- Local time
- Today, 14:36
- Joined
- Apr 9, 2002
- Messages
- 210
One of my tables, tblRemitMaster, has a field called txtError. I would like to do a distribution of the error codes in this field. However each record can have up to 5 error codes in the txtError field. There are hundreds of possible error codes. The error codes are concatenated in a 25-digit field (each code has 5 digits). If there are less than 5 errors on the record the remaining positions are zero filled. Examples:
0017500000000000000000000
0003300061000000000000000
0006100000000000000000000
(note that the position of a particular error code can vary depending on what other errors are in the same record)
I want to have a report listing each individual error code, the number of records with that error code, and the description of the error code (table refEditTable has the error code as txtEditNbr and the description as txtEditMsg).
Thanks for any help!
0017500000000000000000000
0003300061000000000000000
0006100000000000000000000
(note that the position of a particular error code can vary depending on what other errors are in the same record)
I want to have a report listing each individual error code, the number of records with that error code, and the description of the error code (table refEditTable has the error code as txtEditNbr and the description as txtEditMsg).
Thanks for any help!