I have a order system,
On the purchase order form I have a Sub form for the orders.
Each line has a Line price ie:- ( qty*Price=total) I want to display the total order price outside the sub form. Whic I have done but it only adds the first line of the order, how do I get it to add all lines...