I have a subform (parts ordered) on the mainform (PO#). On the subform there is cost each and qty ordered. I have a unbound control (extended cost) with cost each*Qty ordered on the subform. Works great until I try to add all the extended costs together. I can sum the cost each or the quantity, but I can't sum the extended cost. I have tried doing this on the subform footer and from the main form.
My approach has been to build an expression going to open forms and selecting the sum of the value of that box. Again, it works for fields from the table, but not the control box on the form.
I have even tried to do a query but that was pretty messy. I started with a field called extended cost in the table, but wasn't able to make it update automatically. That would probably be the right way to do this. Any suggestions would be greatly appreciated.
thanks......
My approach has been to build an expression going to open forms and selecting the sum of the value of that box. Again, it works for fields from the table, but not the control box on the form.
I have even tried to do a query but that was pretty messy. I started with a field called extended cost in the table, but wasn't able to make it update automatically. That would probably be the right way to do this. Any suggestions would be greatly appreciated.
thanks......