I've been thinking about your problem and I may have came up with a start to a solution. Have you tried grouping by Contract and then Status. That would give you something like this, respectively:
Contract 1234
Status 1
Status 2
You can then write a series of suppression statements in...
I would recommend using a Running Total. The reason is because you can choose the field you want to summarize, and use a formula on how you want to evaluate each record. You can also choose if you want to reset the total, if ever.
It is a very easy and straight forward method of...
I understand that this is not a common inquiry because sums are generally displayed in the latter part of the report. Group footers, report footers etc. My current situation is unique, however. At least to me it is.
In an attempt to make life easier for an employee I am copying a form that...