Question: table [ [ Supplier ID , Company,Email Address,PAccess _ Cap 1 _ Rugged _ Sportswear Project Description: In this project, you will apply skills
tableSupplier IDCompany,Email Address,PAccessCapRuggedSportswear
Project Description:
In this project, you will apply skills you practiced from the Objectives in Access Chapters through You will create a database 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.
Steps to Perform:
Step Instructions Points Possible
Open the file StudentAccessCapRuggedSportswear.accdb downloaded with this project.
Open the Cap 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 Cost, which should have a Currency Data Type:
Item Name Cost
Category Sport
Supplier ID
Switch to Datasheet view. Enter the following two records into the Cap Inventory table:
Item ID:
Item Name: Cycling Shorts
Cost:
Category: Shorts
Sport: Biking
Supplier ID: SUPP
Item ID:
Item Name: Fingerless Bike Gloves
Cost:
Category: Socks and Gloves Sport: Biking
Supplier ID: SUPP
Close the table. Append a copy of the records from the downloaded CapInventory workbook to the Cap Inventory table. Accept all defaults in the wizard and do not save the Import steps. Open the table, verify there are records, and apply Best Fit to all fields. Save and close the table.
Import the source data from the downloaded CapSuppliers 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 Cap Suppliers. Do not save the Import steps.
Open the Cap 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.
Step Instructions Points Possible
On the Navigation Pane, group the objects by Tables and Related Views.
Create a relationship between the two tables in the database using Supplier ID as the common field. Expand the field list so all field names are visible. Enforce Referential Integrity and select both Cascade options. One supplier can supply many inventory items.
Create a relationship report. Save the report with Cap Relationships as the name. Close the Relationships window.
Create a query in Design view, using your Cap Inventory table to answer the question What is the item name in alphabetical order cost and category for the sport of fitness? Add the fields in that order. Do not display the Sport field in the query results. Run the query, save it as Cap Fitness Query, then close the query. Five records match the criteria.
Create a copy of Cap Fitness Query named Cap Hiking or Biking Shoes Query. Redesign the query design to answer the question What is the sport, item name, category, and cost 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 Descending order by Cost. Run and then close the query. Six records match the criteria.
Create a query in Design view, using both tables to answer the question What is the category, item name, sport, company, and phone, for a category that begins with the letter S Add the fields in that order. Sort the records first in ascending order by the Item Name field and then in ascending order by the Sport field. Run the query, save it as Cap S Category Query, and then close it Eighteen records match the criteria.
Create a query in Design view, using the Cap Inventory table to answer the question For each item name, display the cost and calculate the markup for each item if marked up of cost In addition, calculate the retail price by adding the cost and markup? Add the fields in
that order. Name the first calculated field Markup and name the second calculated field
Retail Price. Run the query and apply Best Fit to all of the fields. All numeric fields should be formatted as Currency, with Decimal Places. Save the query as Cap Markup Query and close it
Use the Query Wizard to create a crosstab query using the Cap Inventory table. Set the
Category field as the row headings, and set the Supplier ID field as the column headings. Count the Item ID field, and do not include row sums. Name the query Cap Crosstab Query and then finish the query. Run the query and apply Best Fit to all of the fields. Save and close the query.
Create a query in Design view using the Cap Inventory table that prompts you to enter the
Supplier ID and then answers the question What is the supplier id sport, category, item name, and cost for inventory items, sorted first in ascending order by
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
