I have a form that has 4 sub-forms within it. Each of the 4 sub-forms is based on a query. I also have a box in the main form that adds up the values from the 4 sub-form’s. My problem is that whenever there is No data generated from one of the sub-form’s I get a #ERROR that shows up in the text box that does the adding based on the sub-form values. I’m guessing this is because a null value can’t be added. Is there a way I can get around this?