I am a novice and trying to design a database to track items for a benefit auction for our Christian school and calculate rewards for classes based on what donations they bring in.
I have an ITEMS PER STUDENT QUERY that totals the estimated value of each item brought in by each student. [SumOfEst_Value]
I have a SPONS/ADV PER STUDENT QUERY that totals the money brought in by student through the cost of sponsorship and advertising. [SumOfCost]
I need to add these two figures together [ITEMS PER STUDENT QUERY]![SumOfEst_Value] and [SPONS/ADV PER STUDENT QUERY]![SumOfCost] to give a total item value and spons/adv money brought in by each student. [DONATION_TOTAL]
I was able to write the query, but the only figure showing in the [DONATION TOTAL] is for a student that had a figure for the [SumOfEst_Value] and [SumOfCost]. Most students will only have a [SumOfEst_Value]. How do I get the query to display the [SumOfEst_Value] in the [DONATION TOTAL] column for students that don't have a [SumOfCost] but also add the [SumOfEst_Value] and [SumOfCost] for those students that have both?