G
Guest
I have a form with two sub-forms. Each sub-form returns a query. In the footer of each of the sub-forms is a sum(fieldname) in the sub-form footer. I also have a control field on the main form that is set the sum value. When the queries return an empty recordset the field is set to #Error. Is there a simple way I can just set the controls' value to zero. I have tried Nz(fieldname,0), but this is not working. Thanks for your help
David
David