DSum Problem

  • Thread starter Thread starter jkjmwilliams
  • Start date Start date
J

jkjmwilliams

I have a report that I have AmountDue1, AmountDue2, and AmountDue3. At the
bottome of the report, I want to add all the Amounts together.

I did a DSum function: =DSum("AmountDue1","[QueryName]"), but that only gets
AmountDue1.

How to I get a total of all three Amounts for a TotalAmountDue?
 
Never mind....I read through some of the other questions and found the answer
to this one under problem with Sum Function. Worked great!
 
Back
Top