I have my form and it has a subform. In my subform I a calculated text box ExtPrice=(Qty * PriceEach), and it works great. In the same subform or on the main form, I need to calculate GrandTotal=Sum(ExtPrice) but cannot get it to work.
Can anyone shed some insight on calculating a calculated control?