Thank you, Mr Linson. I didn't want to be overly descriptive, hoping that my
problem might be "stock" enough to trigger a fairly standard answer.
I have a database with 500,000 records of insurance policies that are or
were in force over the past four years. The policies generally run for a year
and most of them renew for another year when they expire. In addition, new
policies are written on a steady basis. The policies are written through a
number of offices and each office is assigned to a unique region. I have
created tables that link expiring policies to renewal policies and I can tell
when a policy is new (the first one in a chain) and when a policy does not
renew (no succeeding policy in the chain). I have created a query that can
aggregate information by month, region, office, showing the premium values
and count for expiring policies, renewed policies, renewal policies, new
policies, and total of new and renewal policies. I created a report that
showed, one page per office per month, the values for the various indicated
categories plus some calculated information based on those categories to show
valuable relationships between the categories.
I now would like to take the report to another level so that the information
is presented by month and year-to-date (in columns) with the rows of the
report being the values for expired, renewed, renewal (by the way, the
"renewed" value is based upon the premium of an expired policy that was
renewed; and the "renewal" value is based on the premium of the policy that
succeeded that policy), new, and so on. I want to add some other elements
related to each of the offices and the month. When this is complete, there
will be about 30 rows.
I grouped by region by office and thought that I might be able to establish
a group for each "row", but there is a limit on the number of groups. I tried
to set up a calculated text box in the Office footer for each row and column
I needed and that is when I exhausted the 255 report-object limit. I set up
18 rows and 14 columns (a descriptor column, 12 months, and a year-to-date
column). There were also some report labels, page#, etc., that drove the
total number of objects over 255.
I hope this will provide enough of a sense of what I am doing but will
expand, if necessary. Thanks....John