G
Goldar
I have a table that contains 9 column of numbers and is grouped and sorted by
GL Account, Sequence no. In the detail section of the report, there are 9
currenct fields named curTotals1 thru curTotals9. These fields are bound to
fields in the underlying table. In the Group Footer section, I have 9 total
fields named curFTotals1 thru curFTotals9 whose controlsource are
=Sum([curTotals1]) thru -Sum([curFTotals1) thru =Sum([curFTotals9]).
When I run the report, I get a popup that says "Enter Parameter value"
corresponding to each total field. When I just enter return for each popup,
the report prints all of the detail information, but shows blanks (nulls?)
for eahc total field.
Any ideas about what I'm doing wrong?
Thanks...
GL Account, Sequence no. In the detail section of the report, there are 9
currenct fields named curTotals1 thru curTotals9. These fields are bound to
fields in the underlying table. In the Group Footer section, I have 9 total
fields named curFTotals1 thru curFTotals9 whose controlsource are
=Sum([curTotals1]) thru -Sum([curFTotals1) thru =Sum([curFTotals9]).
When I run the report, I get a popup that says "Enter Parameter value"
corresponding to each total field. When I just enter return for each popup,
the report prints all of the detail information, but shows blanks (nulls?)
for eahc total field.
Any ideas about what I'm doing wrong?
Thanks...