I am using a custom calculated field in a query. the calculation adds an amount of money from each linked table. My problem is that the calculation (total) only displays if a value is entered as data in each table, if cell is left blank the calculation does not display. I need to make the calculated total display whether or not some data values are blank. for example
Total:[money1]+[money2]+[money3]
if there is a value in every field then the total is displayed correctly, if money2 is blank the total does not display.
Is there a way I can make my calculated total display even if some values are blank?
Total:[money1]+[money2]+[money3]
if there is a value in every field then the total is displayed correctly, if money2 is blank the total does not display.
Is there a way I can make my calculated total display even if some values are blank?