Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Summary/Running Total Field Cannot be Created

Formula Help

Summary/Running Total Field Cannot be Created

by  dgillz  Posted    (Edited  )
There are several reasons why you get this error message:

1) Use of a summary operation in your formula, or reference to a formula that uses a summary operation. In short, you cannot sum an summary.

2) Use the the next() or previous() functions in your formula.

3) Use of anything evaluated WhilePrintingRecords

4) Use of shared variables and subreport data.

Generally, you need to either use a running total field, a manual running total using the 3 formula approach (see faq149-182) to calculate your summary information.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top