G
Guest
I have built a database and am generating reports. I have a fields in the
data input tables that indicate the amount of a charge from a service
provider, and another that indicates if the charge has been paid
(default=No). I want to generate totals in the footer of a report that will
toata (a) Total Paid, and (b) Total Unpaid. These totals will , in effect, be
Sum[fee]when([paid=Yes]), and Sum[fee]when([paid]=No. Needless to say, these
expressiond don't work. What will?
data input tables that indicate the amount of a charge from a service
provider, and another that indicates if the charge has been paid
(default=No). I want to generate totals in the footer of a report that will
toata (a) Total Paid, and (b) Total Unpaid. These totals will , in effect, be
Sum[fee]when([paid=Yes]), and Sum[fee]when([paid]=No. Needless to say, these
expressiond don't work. What will?