Dylan Ross
Registered User.
- Local time
- Today, 07:54
- Joined
- Jul 24, 2003
- Messages
- 13
I have the following problem and would appreciate any help anyone could give:
I have a report with the following group footer calculation:
="Missing Deduct Total: " & IIf(Sum([Final Missing 401K Deduct])>12000,12000,Sum([Final Missing 401K Deduct]))
I want to get a grand total on the report footer, but each time I've tried to sum this field it tells me the syntax is incorrect. Here's what I've tried:
=Sum(IIf(Sum([Final Missing 401K Deduct])>12000,12000,Sum([Final Missing 401K Deduct])))
I know this is incorrect, but I don't know how to structure the formula.
I do not know VB, so I'm stuck with formulas in the report.
Any help would be greatly appreciated!
DR
I have a report with the following group footer calculation:
="Missing Deduct Total: " & IIf(Sum([Final Missing 401K Deduct])>12000,12000,Sum([Final Missing 401K Deduct]))
I want to get a grand total on the report footer, but each time I've tried to sum this field it tells me the syntax is incorrect. Here's what I've tried:
=Sum(IIf(Sum([Final Missing 401K Deduct])>12000,12000,Sum([Final Missing 401K Deduct])))
I know this is incorrect, but I don't know how to structure the formula.

I do not know VB, so I'm stuck with formulas in the report.

Any help would be greatly appreciated!
DR