3 Add a calculated field named Days To Ship to calculate the number of days taken to fill each order (Hint the expression will include the Order Date and ShippedDate fields, the results will not contain negative numbers.) Run the query and then examine the results. Save the query 4. Add criteria to limit the query results to include any order that took more than 30 days to ship, 5 Add the Quantity field from the Orders table and the ProductName field from the Products table to the query in that order) Sort the query by ascending LastName 6 Add the caption Days to Ship to the DaysToShip field. Switch to Datasheet view to view the final results Save and close the query 7 . Create a query using Query Design and add the Customers. Orders, and Products tables. Add the Country field from the Customers table. Set the field's Total row to Group By Save the query as Revenue and Cost by Country