Hi,
I have a database with 3 fields that contain the same data. They record up to three errors in a transaction. These errors are of the same group(Major or Minor). They can have multiple types (majorError1...n, minorError1...n)
In my report, I want to group the three columns together and represent one record for each type of error. The format would be:
Error Type Count of Error Type
minorError1 5
minorError2 3
majorError5 8
I have been unable to get the groupings right so far. Any ideas?
Thanks!
Joe
I have a database with 3 fields that contain the same data. They record up to three errors in a transaction. These errors are of the same group(Major or Minor). They can have multiple types (majorError1...n, minorError1...n)
In my report, I want to group the three columns together and represent one record for each type of error. The format would be:
Error Type Count of Error Type
minorError1 5
minorError2 3
majorError5 8
I have been unable to get the groupings right so far. Any ideas?
Thanks!
Joe