I have an aggregate query that is running a report.
Access 2000
WinXP Pro
I have these fields in my report:
registrationfee
paymentamount
I want to total the registrationfees which i did like this:
=Sum([RegistrationFee])
I want to total the paymentamounts which I did like this...