Question: Use the Access_Practice.accdb database to complete the following tasks in Access. LO 4-2 a. The database contains three tables containing information about this company's sales

Use the Access_Practice.accdb database to complete the following tasks in Access. LO 4-2\ a. The database contains three tables containing information about this company's sales process: Inventory, Sales, and Salesitems. Use the Relationships window to link the tables together.\ b. The Salesltems table records the quantity and price of each item sold on each sale (sales may include more than one item). Calculate the extended amount of sale (call it Amt) for each item (Quantity * UnitPrice). Include InvoiceID, InventoryID, Quantity, aryd UnitPrice in the query. Name the query Item_Extension_Calculation.\ c. Calculate the total dollar amount of each sale. Include InvoiceID, InvoiceDate, CustomerID, and EmployeeID from the Sales table and the Amt from the Item_Extension_Calculation query. Name the query Sale_Amount_Calculation.\ d. Calculate total sales for each inventory item.\ e. Calculate total sales.\ f. Calculate the month in which each sale occurred. Include InvoicelD and InvoiceDate from the Sales table. Name the que Sales_Months. (Hint: Look for the Month function in the expression builder.)\ g. Calculate the sum of sales for each month.\ This problem continues Problem 8. Use the Access_Practice.accdb database that you have been working on to complete the following tasks.\ a. Go to the Relationships screen and connect the five tables, enforcing referential integrity.\ b. Calculate the total sales for each customer. Include CustomerID and CompanyName from the Customer table and the calculated sale amount from the Sale_Amount_Calculation query. Name the query Total_Customer_Sales.\ c. Generate an e-mail user name for each employee using the first letter of the employee's first name and the first five letters of the employee's last name, e.g., Rod Smith = > rsmith. Include EmployeelD, EmployeeFirstName, and EmployeeLastName in the query. Name the query Employee_Email_Generator.\ d. Calculate the total sales for each month.\ e. Determine which customer had the highest average sales amount. (Hint: Sort in descending order.)\ f. Assume the employees earn a 5 percent commission on sales. Calculate the total commission due to each employee. Use two queries to do these calculations.

Use the Access_Practice.accdb database to complete the following tasks in Access. LO

a. The database contains three tables containing information about this company's sales process: Inventory, Sales, and Salesltems. Use the Relationships window to link the tables together. b. The Salesitems table records the quantity and price of each item sold on each sale (sales may include more than one item). Calculate the extended amount of sale (call it Amt) for each item (Quantity * UnitPrice). Include InvoiceID, InventoryID, Quantity, arrd UnitPrice in the query. Name the query Item_Extension_Calculation. c. Calculate the total dollar amount of each sale. Include InvoiceID, InvoiceDate, CustomerID, and EmployeelD from the Sales table and the Amt from the Item_Extension_Calculation query. Name the query Sale_Amount_Calculation. d. Calculate total sales for each inventory item. e. Calculate total sales. f. Calculate the month in which each sale occurred. Include InvoicelD and InvoiceDate from the Sales table. Name the que Sales_Months. (Hint: Look for the Month function in the expression builder.) g. Calculate the sum of sales for each month. 9. This problem continues Problem 8. Use the Access_Practice.accdb database that you have been working on to complete the following tasks. a. Go to the Relationships screen and connect the five tables, enforcing referential integrity. b. Calculate the total sales for each customer. Include CustomerID and CompanyName from the Customer table and the calculated sale amount from the Sale_Amount_Calculation query. Name the query Total_Customer_Sales. c. Generate an e-mail user name for each employee using the first letter of the employee's first name and the first five letters of the employee's last name, e.g., Rod Smith = > rsmith. Include EmployeeID, EmployeeFirstName, and EmployeeLastName in the query. Name the query Employee_Email_Generator. d. Calculate the total sales for each month. e. Determine which customer had the highest average sales amount. (Hint: Sort in descending order.) f. Assume the employees earn a 5 percent commission on sales. Calculate the total commission due to each employee. Use two queries to do these calculations

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!