Good morning everyone,
I am trying to add fields together in a form into a subtotal textbox. Basically I have figures for [Ireland09], [UK09] but [France09] is an empty field. I need to include france however as when i use my query france sometimes has values in it.
When I try to do a Sum for the European total, adding up the above fields, it returns a blank cell because it will not sum when there are blank cells. I am a novice obviously and would like an expression builder solution that adds everything together but ignores the fields that are blank.
Data:
Ireland09 27
UK09 15
France09 (Blank)
Current formula for European total text box
=[Ireland09]+[UK09]+[France09]
Thanks for any help guys and girls!
Ian
I am trying to add fields together in a form into a subtotal textbox. Basically I have figures for [Ireland09], [UK09] but [France09] is an empty field. I need to include france however as when i use my query france sometimes has values in it.
When I try to do a Sum for the European total, adding up the above fields, it returns a blank cell because it will not sum when there are blank cells. I am a novice obviously and would like an expression builder solution that adds everything together but ignores the fields that are blank.
Data:
Ireland09 27
UK09 15
France09 (Blank)
Current formula for European total text box
=[Ireland09]+[UK09]+[France09]
Thanks for any help guys and girls!
Ian