The ____________________________ theory of motivation sugges…
Questions
The ____________________________ theоry оf mоtivаtion suggests а connection between internаl physiological states and outward behavior.
Prоject Descriptiоn: Yоu will creаte а dаtabase for Frank Osei, Vice President of Finance, that contains inventory and supplier information. In addition, you will create queries that answer specific questions relating to the inventory items and suppliers, forms for entering and updating information, and reports. Instructions: Perform the following tasks: Login to Canvas and into our Course. Using the quizzes link on the left, open the Access Test. Download the Inventory_Suppliers.accdb database, Inventory.xlsx workbook, and Suppliers.xlsx workbook. Open the Inventory_Suppliers database and save it to your desktop as LastName_Inventory_Suppliers. Rename the Inventory table LastName_Inventory. Open the Inventory table in Design View. Rename the ID field to Item ID and change the Data Type to Short Text. Continue adding the following fields as Short Text except for Retail Price, which should have a Currency Data Type: (Please be extra careful when typing these in, everything MUST be typed EXACTLY as given below)Item NameRetail PriceCategorySportSupplier ID Save the changes to the table and switch to Datasheet view. Enter the following two records into the Inventory table: Item ID Item Name Retail Price Category Sport Supplier ID 106555 Snowboard 256.99 Equipment Skiing SUPP-06 106556 Wool Sock 12.59 Socks and Gloves Skiing SUPP-04 Save the changes and close the table. Append a copy of the records from the downloaded Inventory workbook to the Inventory Accept all defaults in the wizard and do not save the Import steps. Open the table, verify there are 25 records, and apply Best Fit to all fields. Save and close the table. Import the source data from the downloaded Suppliers workbook into a new table in the current database. In the wizard, click the First Row Contains Column Headings option and set the primary key to Supplier ID. Name the table LastName_Suppliers. Open the Suppliers table in Design view. Delete the Fax Number field and save the table. Switch to Datasheet view and apply Best Fit to all of the fields. Save and close the table. Create a relationship between the two tables in the database using Supplier ID as the common field. Enforce Referential Integrity and select both Cascade options. One supplier can supply many inventory items. Create a relationship report. Save the report with LastName_Relationships as the name. Close the Relationships window. Create a query in Design view, using your Inventory table to answer the question What is the item name (in ascending order), retail price, and category for the sport of hiking? Add the fields in that order. Do not display the Sport field in the query results. Run the query, seven records match the criteria. Save it as Last Name Hiking Query and then close the query. Create a copy of Last Name Hiking Query named Last Name Hiking and Biking Shoes Query. Redesign the query design to answer the question What is the sport, item name, retail price, and supplier ID for the category of shoes where the sport is hiking or biking? Arrange the fields in the order in which they're mentioned in the question. Sort the records first in ascending order by Sport and then in ascending order by Item Name. Do not display the Category field in the query results, but display the Sport field. Run the query, six records match the criteria. Close the query. Create a query in Design view, using both tables to answer the question What is the category, item name, company, and phone number for a category that begins with the letter S for the sport of fitness? Add the fields in that order. Sort the records first in ascending order by the Category field and then in ascending order by the Item Name field. Do not display the Sport in the query results. Run the query, four records match the criteria. Save it as Last Name Fitness S Category Query, and then close the query. Create a query in Design view, using the Inventory table to answer the question For the supplier ID of SUPP-06, for each item name and retail price, what is the markup for each item if marked up 10%, and what is the final price? Add the fields in that order. Name the first calculated field Markup and name the second calculated field Final Price. Run the query and apply Best Fit to all of the fields. All numeric fields should be formatted as Currency, 2 Decimal Places. Save the query as Last Name Markup Query and close the query. Create a query in Design View using the Inventory table and the Sum Aggregate function to answer the question What is the total retail price for each category, sorted in descending order by the Category field? Display the fields in the order listed in the question. Save the query as Last Name Total Price by Category and close the query. Based on the Suppliers table, use the Form tool to create a form. Switch to Form view and use the form to add a new record as follows: Supplier ID: SUPP-12Company: Beach Water Sports IncEmail Address: info@watersports.bizPhone: (305) 555-6543Address: 14 South Beach Rd City: MiamiState: FLPostal Code: 33125Save the form as Last Name Supplier Form and close it. Based on your Suppliers table, use the Report tool to create a new report. Delete the following fields from the report: Supplier ID, Address, City, State, and Postal Code. Apply the Facet theme to this object only. Sort the Company field in ascending order. For the Phone field, change the Width property to 25. For the Company field, change the Left property to 1 and then close the Property Sheet. Delete the page number. Save the report as Last Name Suppliers Report and then close the report. Use the Report Wizard to create a report based on the Inventory table. Add the following fields to the report: Category, Item Name, and Retail Price, in that order. Group by the Category field. Sort in ascending order by the Item Name field. Find the Average of the Retail Price field. Be sure that the Layout is Stepped and that the Orientation is Portrait. For the report title, type Last Name Avg Price by Category Report and then switch to Layout view. Delete the controls that begin with Summary for 'Category.' Under Item Name, click any text box control and set the Width property to 75. At the bottom of the report, in the last column, select the last two controls that display the # symbols. Set the Width property to 1. Switch to Design View, under Page Header select Price, under Detail select Retail Price, and under Category Footer select the calculated control (=Avg). Set the Left property to 6. Save and then close the report. Close all database objects. Close the database and then exit Access. Submit the database to Canvas.