Gaining Proficiency Instructions s3

Office 2013 – myitlab:grader – Instructions Your Office Series Vol 2

Querying the Book Corner Bookstore Database

Project Description:

The Book Corner is a small, local bookstore that sells to both recreational readers and the local college student population. The manager uses Access to track inventory, customers, and transactions. You have been asked to perform advanced queries that will help the management team make important business decisions. To keep the file small while you work with the database, the store manager removed most of the data and left only some sample data. Once the store manager accepts your changes, she will load all the data and implement the new database.

Instructions:

For the purpose of grading the project you are required to perform the following tasks:

Step / Instructions / Points Possible /
1 / Start Access. Open the downloaded Access file named a03ws06_grader_h1.accdb. Save the file with the name a03ws06BookCorner_LastFirst replacing LastFirst with your name. Enable the content if necessary. / 0
2 / Create a query in Design view based on the tblShipments and tblTransaction tables that displays the TransID and a calculated field titled DaysToShip that calculates the number of days it took to ship the items from the date purchased using the DateDiff function. / 10
3 / Sort the results in Descending order by DaysToShip. Save the query as qryDaysToShip and then close the query. / 8
4 / Create a query in Design view that is based on the tblInventory table. Display InventoryID, Price, and a new calculated field called NewPrice. The NewPrice should be 25% more if the book is OutofPrint and 10% more if not. Both values should be rounded to the nearest dollar. / 10
5 / Format the NewPrice field as Currency. Save the query as qryNewPriceRounded and then close the query. / 8
6 / Create a query in Design view based on the tblInventory table to help determine when to order additional copies based on the NumberInStock. Display InventoryID, BookTitle, and a calculated field called OrderStatus. If there are seven or more copies in stock then display None. If there are between four and six copies in stock then display Critical. For those with fewer than four in stock display Urgent. / 10
7 / Limit the results to only those books that are not OutofPrint. Do not display the OutofPrint field in the query results. Save the query as qryOrderStatus and then close the query. / 8
8 / Create a query in Design view based on the tblInventory table to help determine which books in the fiction and literary genres were written during the 19th century (between the years 1799 and 1901). Display BookTitle, AuthorID, YearPublished, BookGenre, and Condition. Save the query as qry19thCentury and then close the query. / 10
9 / Create a query in Design view based on the tblInventory, tblTransaction, tblTransactionDetails tables to help determine which Your Office books have been shipped within a specific 90-day period. Display CustomerID, BookTitle, TransactionDate, and Qty. Use a parameter and the Between…And function that prompts you to enter a start date and end date when you run the query. The first prompt should display the text Enter Start Date and the second prompt should display Enter End Date (no period). / 10
10 / Use a wildcard and the Like function to ensure that only books with Your Office in the title are included in the results.Test your query by using 7/1/2015 as your start date and 9/30/2015 as your end date. Save the query as qry90Days and then close the query. / 8
11 / Create a query in Design view based on the tblTransaction table to help determine the date that a purchase should be shipped. Display TransID, CustomerID, TransactionDate, Shipped, and a calculated field titled ShipByDate that calculates the date by which the order should be shipped using the DateAdd function. Orders should be shipped within seven days from the date that the order was placed. / 10
12 / Sort the results in Ascending order by ShipByDate. Save the query as qryShipByDate and then close the query. / 8
13 / Exit Access, and then submit your file as directed by your instructor. / 0
Total Points / 100

Updated: 05/08/2014 1 A_WS6_YOV2_H1_Instructions.docx