Assume that you have been given the task of compiling evaluations of vendors made by your companys

Question:

Assume that you have been given the task of compiling evaluations of vendors made by your company’s purchasing agents. Each month, every purchasing agent evaluates all of the vendors that he or she has worked with in the past month on three factors: price, quality, and responsiveness. Assume the ratings are from 1 to 5, with 5 being the best. Because your company has hundreds of vendors and dozens of purchasing agents, you decide to use Access to compile the results.

a. Create a database with three tables: VENDOR

(VendorNumber, Name, Contact), PURCHASER

(EmpNumber, Name, Email), and RATING

(EmpNumber, VendorNumber, Month, Year, Price Rating, QualityRating, | ResponsivenessRating).

Assume that VendorNumber and EmpNumber are the keys of VENDOR and PURCHASER, respectively.

Decide what you think is the appropriate key for RATING.

b. Create appropriate relationships.

c. Go to this text’s companion Web site and import the data in the Excel file CE1O0Ex30_E6e. Note that data for VENDOR, PURCHASER, and RATING are stored in three separate worksheets.

d. Create a query that shows the names of all vendors and their average scores.

e. Create a query that shows the names of all employees and their average scores. Hint: In this and in part

f, you will need to use the Group By function in your query.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Experiencing MIS

ISBN: 9780133939149

6th Edition

Authors: David M Kroenke, Randall J Boyle

Question Posted: