Annotated Solution Files – Access 2013 Lab 2-2 Lab 2

Annotated Solution Files – Access 2013
Lab 2-2
1. Lab 2-2 Step 1 Query includes all fields and all records in the Item table.
2. Lab 2-2 Step 2 Query includes the Item Number, Description, Wholesale Price, and
Supplier Code fields for all items where the vendor code is SD.
3. Lab 2-2 Step 3 Query includes the Item Number and Description fields for all items
where the description starts with C.
4. Lab 2-2 Step 4 Query includes the Item Number and Description fields for all items with
a Base Cost greater than $10.00.
5. Lab 2-2 Step 5 Query includes the Item Number, Description, and Wholesale Price fields
for all items with a Wholesale Price between $1.00 and $4.00.
6. Lab 2-2 Step 6 Query includes the Item Number, Description, On Hand, and Wholesale
Price fields for all items where the number on hand is less than 100 and the wholesale
price is less than $3.00.
7. Lab 2-2 Step 7 Query includes the Item Number, Description, Wholesale Price, and
Supplier Code for all items that have a Wholesale Price greater than $10.00 or a Supplier
Code of LM.
8. Supplier-Item Query includes the Supplier Code and Supplier Name fields from the
Supplier table, the Item Number, Description, Wholesale Price, and Base Cost fields from
the Item table, and is sorted in ascending order by Supplier Code and Description.
9. Form that uses Supplier-Item Query is created and is renamed as requested.
10. Report shown in Figure 2–93 is created and uses the Supplier-Item Query, but does not
use all the fields in the query.
11. Lab 2-2 Step 12 Query includes the Item Number, Description, Base Cost, and Wholesale
Price, calculates the difference between Base Cost and Wholesale Price (Base Cost –
Wholesale Price), and the alias Cost Difference is assigned to the calculated field.
12. Lab 2-2 Step 13 Query displays the average Wholesale Price and the average Base Cost
of all items.
13. Database is submitted in the requested formatted.
All queries contain the
requested information
All queries return the
correct results
All queries are formatted
appropriately
Form that uses Supplier-Item Query is
created and is renamed as requested
Report shown in Figure 2–93 is created
and uses the Supplier-Item Query