I have a summary problem:
Each record belongs to one of 14 main areas. Each of these areas has 9 more subdivisions, and each of these is further subdivided into 7.
Let's name one of the 14 as AI, the next divisions are named 1 through 9 and the last subdivisions are named A through G. I need to produce a summary of each of the respective combinations. Such as
AI 1 A......AI 2 A......AI 3 A......AI 4 A......AI 5 A
AI 1 B.....AI 2 B......AI 3 B......AI 4 A......AI 5 A......and so on.
I can accomplish this by using a Find based on the 3 divisions, Status (CurrentFoundCount), and setField. However there are about 882 combinations. Surely there is a better way than doing 882 find scripts.
As usual any and all help is appreciated.
Al