Hiya, I have a fairly basic database that I use for customer information more than anything else. It also calculates VAT and total invoice value for me (I have done this in forms rather than queries). However, I tried to add a basic calculation based on figures that I have already entered as I go along (purchased price + VAT + Carriage) and for some reason the sum will not add up. It will subtract, times and divide but won't add. In fact when I type the expression =[CostOfPurchasedUnitEx]+[CostOfPurchasedUnitVAT]+[CostOfPurchasedCarriage] and lets say the sum is actually 110+22+8 it enters the value 110228 and then only on the first record. However, if I change this to 110 -22-8 it works! I have scoured the forums for a similar problem but cant find anything even close. By the way it doesn't work in queries either. I know that it is something I have done because it did work just fine.....any advice / reprimands gratefully accepted.