G
Guest
Hello -
I have a column in a report where the value is either Home, Business or
Both. These are derived from an input form that stores the values as 1, 2 or
3. The report has a formula for the control source as follows:
=IIf([LoanType]="1","Home",IIf([LoanType]="2","Business","Both")
I would like to get separate totals in the Page Footer for Home, Business
and Both and in addition would like a sum of all three together.
I do not want these to show as grouped in the report.
Is it possible to do this?
I have a column in a report where the value is either Home, Business or
Both. These are derived from an input form that stores the values as 1, 2 or
3. The report has a formula for the control source as follows:
=IIf([LoanType]="1","Home",IIf([LoanType]="2","Business","Both")
I would like to get separate totals in the Page Footer for Home, Business
and Both and in addition would like a sum of all three together.
I do not want these to show as grouped in the report.
Is it possible to do this?