You are on page 1of 2

Microsoft Access Practice Exam 1

Instructions to download and unzip the file needed to perform this practice exam.
Go to the Practice Exam Files Download web page:
http://eniac.cs.qc.cuny.edu/cs12/practice.html
on the CSCI 012 Lab Website to follow the instructions to obtain the practice exam files.
Open the file PracticeAccess1.
1. Create a Table:
A. Create a table called Employees having the following structure:
Field Name
Social Security Number
Last Name
First Name
Date Hired
Salary

Data Type
Short Text
Short Text
Short Text
Date/Time
Currency

Set the field Social Security Number as the primary key.


Create the social security number input mask for the Social Security Number field.
Set the Required field property of the fields Social Security Number, Last Name and
First Name to Yes.
Set the Field Size field property of the field Social Security Number to 11.
Set the Field Size field property of the field Last Name to 50.
Set the Field Size field property of the field First Name to 50.
B. Enter the following data for the Employees table:
Social Security Number
000-00-0000
111-11-1111
222-22-2222
333-33-3333

Last Name
Your Last Name
Adler
Kinzer
Patterson

First Name
Your First Name
Liz
Jessica
Tom

Date Hired
7/25/1980
9/25/1982
3/12/1984
7/8/1986

Salary
$87,000
$85,000
$68,500
$58,000

2. Create a Form:
Use the Form Wizard and choose the Products table to create a form having the following
requirements:

Select the ProductID, ProductName and UnitPrice fields.


Choose the Columnar layout.
Type Product List as the forms title.
1

3. Create a Report:
Use the Report Wizard and choose the Books table to create a report having the following
requirements:

Select the Author, Year, ListPrice and Publisher fields.


Do not choose any grouping levels.
Sort the report by 1) the Year field in descending order and 2) the ListPrice field in
ascending order.
Choose Tabular layout and Portrait orientation.
Type Book List as the reports title.

4. Create Queries:
Query 1: List all of the books that are published by Prentice Hall using the Title, Year,
ListPrice, and Publisher fields of the Books table. Sort the query in descending order
according to the ListPrice field. Save this query as Prentice Hall Books.
Query 2: List all of the books where the Author begins with a G using the ISBN, Title,
Author, Year, and ListPrice fields of the Books table. Save this query as Authors
beginning with a G.
Query 3: List all of the books that are published after 1995 or whose price is greater than 25
dollars using the Title, Year, ListPrice, and Publisher fields of the Books table. Sort the
query in descending order according to the published date. Save this query as New Books.
Query 4: List all of the products whose units on order is equal to 0 and whose unit price is
between 50 and 100 dollars using the ProductName, UnitsOnOrder, and UnitPrice fields
of the Products table. Save this query as Products costing between 50 and 100.

You might also like