Hi
I'm creating a database for my a level IT course about car hire. On my Order form i have a sub form containing details about each car that the customer has hired aswell as the date in and out and a combo box containing the total price (calculated by multiplying the price per day of that car by the number of days it's hired for). I would like to be able to create a combo box on the main order form that calculates the overal order total price - which would be the sum of the total price boxes on each car in the sub form. Since it's only one field that's repeated for each car that's hired by that customer i can't do the sum of them all - it's only one field. Does anyone have any ideas?