I have a subform frmIncomSub that has five fields on it based on a qry
Fields are:
Identifier
Fundraiser
Date
Reimbursement
AmountRaised
AmountAvailable (caluculated Reimbursement * AmountRaised)
Identifier is used to link the Main Form and the subform. The query is based off of the Identifier to collect all the information that the participlar person raised.
My problem is I need to total the Complete Amount raised by each person which I have the code in a unboound text box in the footer of the form as =Sum([AmountRaised]). I am also trying to calculate the same thing with the Amount Available, but when I do that, it gives me "#Error"
Any idea why?
Fields are:
Identifier
Fundraiser
Date
Reimbursement
AmountRaised
AmountAvailable (caluculated Reimbursement * AmountRaised)
Identifier is used to link the Main Form and the subform. The query is based off of the Identifier to collect all the information that the participlar person raised.
My problem is I need to total the Complete Amount raised by each person which I have the code in a unboound text box in the footer of the form as =Sum([AmountRaised]). I am also trying to calculate the same thing with the Amount Available, but when I do that, it gives me "#Error"
Any idea why?