You are on page 1of 1

CIS-145 Homework #6 Name:_____________

In this homework assignment, you will work with custom forms. Turn in a folder with this instruction sheet
and any print outs required. Make sure your name is on the folder and this sheet. Copy the database to the
dropbox. Make sure you keep a copy of the database. 25 points
Make sure your CIS145 database has any corrections needed to the tables identified in class
review of Homework #4 before you begin.
1: Create a form in the CIS145 database. The form should use the Classes table as its record source, and
include controls for all fields in the table. 5 Points
The form should be similar to the following layout:

Quarter: ________ Item Number: ____


Department: _____ Course Number: ____ Section: __
Course Title: ________________________________ Credits: __
Meeting Days: _____ Start Time: ________ End Time: __________
Location: ________ Instructor: _____________

• Add a header to the form with a label “SPSCC Classes.” No footer should be visible.
• Add a command button to close the form.
• Save the form as Classes.
2: Create a form in the CIS145 database that uses the Enrollments table as its record source (and ONLY the
Enrollments table), and include controls for all fields. 10 points
• Use a combobox to let the user select which student is being enrolled.
3: Create a form similar to the design below (do not use the form from # 2 for the subform). 10 points

Extra Credit: Answer the following questions; type up your answers and submit with this sheet. 1 point
each question
a. What is an object?
b. What form property determines where a form gets its data?
c. Why can’t a line be a bound or calculated control?
d. Does an input mask work differently on a form than in a table?
e. What purpose does the form detail section have?

6/23/09

You might also like