Computing a total for a calculated control

JeffreyDavid

Registered User.
Local time
Today, 22:24
Joined
Dec 23, 2003
Messages
63
:confused: 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?
 
Have a look at the orders form in the northwind database. It is a good example on how to calculate subform and main form fields.

Hope this helps

Andy
 

Users who are viewing this thread

Back
Top Bottom