- A query that includes the order date, description, quantity, and price for the February Orders table; sort the query (if necessary) in ascending order by order date.
- Create a calculated field in this new query called "Total Revenue"; formula = quantity*price.
- Create a grouped report based on the above query that has the following properties:
- all fields are selected
- grouping is done by order date
- a summary value for the total revenue is generated