How do I get two tables of their values to add up into one table record, e.g.
Item table:
ID - Autonumber
OrderID - Number
Price - Currency
Details - Text
Order table:
ID - Autonumber
CustomerID - Number
Date - Date
TotalPrice - Currency
The TotalPrice should add up all the items and the total price of adding them up into the TotalPrice which would be collected as a record value.