Morning, I know the answer to this will be simple, but I am missing it blindly. I have a form that on each entry it lists the cost of "X" x QTY = field 36. That works great for multi line items. The problem I have is getting a field that will add them up. I have tried the text field in several ways. I have to use the formula for the control on the field to get the value. I have the total line cost field text 37 tied back to text36 as default value=[text36]*.10+[text36]. This provides me a grand total of the cost +10%, this works also. I can not get a text field going that will sum all of the line totals into one amount. I would use a query, but I am having trouble trying to get the fields to write to my table since my control is the actual computations. I have tried to make a field that will extract the values to it, but it does not seem to work, by using default value of =[orders]![text37], but it comes up blank. Any ideas on what I am doing wrong or how I can fix it would be greatly appreciated. Thanks!