santastefano
Programmer
I have a report that uses the iif function to enter two currency amounts depending on the state of a check box in the underlying query.
This works fine and I am able to total the amount in each row
I can not make the individual columns total using the conventional
Any suggestions gratefully received.
Code:
=IIf([Private]=True,!NumberStudents*[Tuition],[Tuition])
Code:
[field]+[field]
Code:
=sum([fieldname])