Question: Need help with Microsoft Access database, a06c1Prices. Northwind Traders Sales Analysis Northwind Traders is a small international gourmet foods wholesaler. You will update the company's

Need help with Microsoft Access database, a06c1Prices.
 Need help with Microsoft Access database, a06c1Prices. Northwind Traders Sales Analysis
Northwind Traders is a small international gourmet foods wholesaler. You will update
the company's database by increasing the price of all of the meat
and poultry products. You will make a table for archiving older order

Northwind Traders Sales Analysis Northwind Traders is a small international gourmet foods wholesaler. You will update the company's database by increasing the price of all of the meat and poultry products. You will make a table for archiving older order information. You will also summarize quantities sold by category and identify customers who have no orders. Database File Setup You will prepare the database for changes by opening the original database file and saving a copy to use to complete this Capstone Exercise. 1. Open a06c1Prices and save it as a06c1Prices_LastFirst. Identify and Update Selected Category Prices Using a select query, you will identify all of the products with a category of meat or poultry, and then use an update query to increase the prices of the products. 2. Create a select query that includes the CategorylD and CategoryName from the Categories table and the UnitPrice and ProductName fields from the Products table. Run the query and note the CategorylD for Meat/Poultry. 3. Add the appropriate CategoryID criterion to limit the query output to only Meat/Poultry. 4. Convert the query to an update query. Update the UnitPrice for Meat/Poultry only by increasing it by 6 percent. View the query in Datasheet view prior to running it to make sure you are updating the correct (four) records. Return to Design view and run the query. 5. Save the query as Update Meat/Poultry Prices. Close the query. Create a New Table and Delete Archived Records You will identify orders shipped during the first half of the year and create a new table in which to store them. You will then delete the orders from the current orders table. 6. Create a select query that identifies all of the orders shipped Between 1/1/2020 and 3/31/2020. Include all fields from the Orders table. 7. Convert the select query to a make table query. 8. Name the new table Orders Archive. Run the query. 9. Save the query as Make Orders Archive Table. Close the query. 10. Make a copy of the Make Orders Archive Table query and save it as Append Orders Archive Table. Open the Append Orders Archive Table query in Design view. Convert the make table query to an append query. The query will append to the Orders Archive table. 11. Modify the criteria to append orders shipped Between 4/1/2020 and 11. Modify the criteria to append orders shipped Between 4/1/2020 and 6/30/2020. Run the query, save it, and then close it. 12. Open the Orders Archive table in Design view and set OrderID as the primary key field. Switch to Datasheet view, save, and then close the table. 13. Make a copy of the Append Orders Archive Table query and save it as Delete Archived Orders. Open the Delete Archived Orders query in Design view. Convert the append query to a delete query. 14. Modify the criteria to delete all archived orders (six records). Run, save, and then close the query. Calculate Summary Statistics You want to determine how sales are performing with respect to each product category. You will create a crosstab query that displays quantities by category and salesperson. 15. Open the Profit query in Design view and add the LastName field from the Employees table to the last column of the query design grid. Run, save, and then close the query. 16. Use the query wizard to create a crosstab query based on the Profit query that sums the total Quantity by Ship Country (row heading) and CategoryName (column heading). Accept the query name as Profit_Crosstab. from the Employees table to the last column of the query design grid. Run, save, and then close the query. 16. Use the query wizard to create a crosstab query based on the Profit query that sums the total Quantity by Ship Country (row heading) and CategoryName (column heading). Accept the query name as Profit_Crosstab. 17. Modify the query to display CategoryName as a row heading field and LastName as a column heading field. Run, save, and then close the query. Create a Find Unmatched Query You will create a query to determine which customers have no matching orders. The customers will be contacted to determine if they would like to place an order. 18. Create a query to find out if any of the customers have no current order details. Add all of the fields from the Customers table to the results. 19. Save the query as Customers With No Orders. Run the query and close it. 20. Close the database and exit Access. Based on your instructor's directions, submit a06c1Prices_LastFirst

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!