I have an Access reports that totals Order Qty. I have a Grand total for the report. Also under the grand total i have a total EX Quantity and Mi Quantity I get those qauntities using the Dsum Function. Now here is my question i would like to minus EX and Mi Quantity from the grand total. I used this formula =Sum([OQTY])-DSum("[OQTY]","My Domain","[OTYP]=EX'"-DSum("[OQTY]","My domain","[OTYP]=MI'". This formula does work, but sometimes it does not. It does not work if one quantity is found and the other quantity is not found. When this happens it leaves an empty space. When both quantities are found, it does it correctly. So is there way, that the formula will work all the time. Thanks you for your help