I have three subforms on my main form and because there is no data in one of the subforms I get a #Error message in my text box. Here is the formula that I am using"=IIf([subActiveCallingCards].[Form].[HasData]=True,[subActiveCallingCards].[Form]![text6],0)+ IIf([subSpareCallingCards].[Form].[HasData]=True,[subSpareCallingCards].[Form]![Text6],0)+ IIF([subSuspendedCallingCards].[Form].[HasData]=True,[subSuspendedCallingCards].[Form]![text6],0)". I have tried other ways of putting this formula in and did get this "#Name?" back but that wasn't a good hint of what the solution is. I need all the help I can get, thank you.