Heres a short exmaple to get you thinking about how query results can be joined to tables for purposes such as attaching summary data. The example below shows how a query that sums total sales for a product can be joined to a query that selects product ID and product name from the Products table in Microsoft's...