Hello,
This is my situation.. I have got two table "tbl_Ordered-Products" and "tbl_Orders"..
The tbl_Orders just stores the order information, then Ordered Products has a relationship with the orders and stores what products are in the order..
Here is a screenshot of the relationship between tbl_Order and tbl_Ordered-products..
So, basicly i need to get all of the "Total" fields from tbl_Ordered-Products and add them all together for the Total_Cost field in tbl_Orders.... I know this is done through a query although im just not sure how i would do this...
-thanks for help on this!