Hello Everybody.
I think is still in time to wish Happy New Year to you all.
Here is my quest.
In an old database, I have four tables for which I have to create a report (Crystal Reports). The table structure is not the same but the common point is each table has more than 250 fields, most of them codes. These codes had their values changed along the time. What I mean is, lets say that BankCode fifteen years ago use to be 001, 002, … 015 then it became A, B, … R. BankApprovalCode use to be P12, P14, P56,… P80 and then Z02, Z14, … Z98. Sometimes codes were abandoned, sometimes codes were added.
For reasons too long (and crazy) to explain here, I need the report to show for a given table, for each of those 200 code fields, each value ever used and the number of times it was used. So using the example above, the desired output is:
BankCode
001 – 200 times
002 – 1500 times
007 – 5 times
A – 800 time
… etc. For each selected code field on that table.
I know that I could create queries to group and count each code and even direct the output to a table and create the report over that table, but still, I’d have to do it somewhere close to 800 times! Ouch!
Is there anything else that I could do to avoid query-frenzy?
Any help is always apreciated!
Thx,
4N6MSTR
______________________________________________
If you don't know where you are going
It does not matter how fast you are
You will never get there
I think is still in time to wish Happy New Year to you all.
Here is my quest.
In an old database, I have four tables for which I have to create a report (Crystal Reports). The table structure is not the same but the common point is each table has more than 250 fields, most of them codes. These codes had their values changed along the time. What I mean is, lets say that BankCode fifteen years ago use to be 001, 002, … 015 then it became A, B, … R. BankApprovalCode use to be P12, P14, P56,… P80 and then Z02, Z14, … Z98. Sometimes codes were abandoned, sometimes codes were added.
For reasons too long (and crazy) to explain here, I need the report to show for a given table, for each of those 200 code fields, each value ever used and the number of times it was used. So using the example above, the desired output is:
BankCode
001 – 200 times
002 – 1500 times
007 – 5 times
A – 800 time
… etc. For each selected code field on that table.
I know that I could create queries to group and count each code and even direct the output to a table and create the report over that table, but still, I’d have to do it somewhere close to 800 times! Ouch!
Is there anything else that I could do to avoid query-frenzy?
Any help is always apreciated!
Thx,
4N6MSTR
______________________________________________
If you don't know where you are going
It does not matter how fast you are
You will never get there