STUDENT(Student#, LastName, FirstName, Address, City, State, Zip, Enroll_Date, Undergrad?)
COURSE(Course#, Title, CrHour, InstName)
INSTRUCTOR(InstName, InstOffice, Rank)
Take(Student#, Course#, Grade)
1.Create the following table structures [AC 2.04-2.16]:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||
|
COURSE
|
|
|
|
|
|
|
|
|
|
INSTRUCTOR
|
|
|
|
|
|
|
Take
|
|
|
|
|
|
|
|
2.Create the following relationships [AC 3.06-3.12]:
3.Create two EXCEL worksheets in code.xls for the following code tables:
Grade_Code
|
|
|
|
|
|
|
|
|
|
|
|
Rank_Code
|
|
|
|
|
|
|
|
4.Import the code tables from code.xls [AC 7.26-7.31]
5.Create
a data entry form for the INSTRUCTOR table.Allow the user to select from
a list of ranks available. [AC 5.23-5.40]
6.Use the Instructor Entry Form to enter the following INSTRUCTOR data:
INSTRUCTOR
InstName
|
InstOffice
|
Rank
|
Lujan
|
BE109
|
Assistant
|
Morris
|
BE110
|
Full
|
Presley
|
BE144
|
Associate
|
Wilke
|
BE220
|
Full
|
7.Enter the following data directly by opening the COURSE table in Datasheet view:
COURSE
|
|
|
|
DIS
110
|
Introduction
to DOS
|
|
|
DIS
118
|
Microcomputer
Applications
|
|
|
DIS
138
|
Introduction
to Windows
|
|
|
DIS
140
|
Introduction
toDatabase/Access
|
|
|
DIS
150
|
Introduction
to Spreadsheet/Excel
|
|
|
8.Create
a form for viewing, entering, and editing data in both the STUDENT (main
form) and Take (sub form) tables.Allow the user to select from a list of
courses available. [AC 5.44-5.49]
9.Use the Course Registration Form to enter the following STUDENT and Take data:
STUDENT
|
|
|
|
|
|
|
|
|
0103
|
O'Casey
|
Harriet
|
4088
Ottumwa Way
|
Lexington
|
KY
|
40515
|
|
|
0122
|
Logan
|
Janet
|
860
Charleston St.
|
Lexington
|
MA
|
55500
|
|
|
0123
|
Hagen
|
Greg
|
6065
Rainbow Falls Rd.
|
Springfield
|
MO
|
65803
|
|
|
0139
|
Carroll
|
Pat
|
4018Landers
Lane
|
Lafayette
|
CO
|
84548
|
|
|
0148
|
Wolf
|
Bee
|
1775
Bear Trail
|
Cincinnati
|
OH
|
45208
|
|
|
0167
|
Krumple
|
Scott
|
580
E Main St.
|
Lexington
|
KY
|
40506-0034
|
|
|
0171
|
Harvey
|
Elliot
|
34
Kerry Dr
|
El
Mano
|
CO
|
80646
|
|
|
0181
|
Zygote
|
Carrie
|
8607
Ferndale St
|
Grenoble
|
CA
|
91360-4260
|
|
|
0194
|
Loftus
|
Abner
|
8077
Montana Place
|
Big
Fish Bay
|
WI
|
53717
|
|
|
0251
|
Grainger
|
John
|
2256
N Sante Fe Dr.
|
Iliase
|
CA
|
91210
|
|
|
|
|
|
|
|
Introduction
to DOS
|
|
|
Microcomputer
Applications
|
|
|
Microcomputer
Applications
|
|
|
Introduction
to Windows
|
|
|
Introduction
toDatabase/Access
|
|
|
Introduction
to DOS
|
|
|
Introduction
toDatabase/Access
|
|
|
Introduction
toDatabase/Access
|
|
|
Introduction
to Spreadsheet/Excel
|
|
|
Introduction
to Windows
|
|
|
Introduction
toDatabase/Access
|
|
|
Introduction
to Spreadsheet/Excel
|
|
|
Microcomputer
Applications
|
|
|
Introduction
toDatabase/Access
|
|
|
Introduction
to Spreadsheet/Excel
|
10.Create
a grade entry form for the Take table.For an instructor, a class list will
be generated for each class he/she teaches.Use Option Group button for
grade entry [Note:This will require you to modify the Take table FIRST].
11.Use the Grade Entry Form to record the following
grades:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|