Practical 4 Ms Access 03042024
Practical 4 Ms Access 03042024
Note: Create a working folder named as your index number (Eg “ahmls2022789”)
I. Create a new database, name it ‘facultyDB’ and save it in your working folder.
II. Create a Table in the facultyDB’ database.
1
03.04.2024 Practical 04 – MLS 14th Batch
MLS 2260
IV. Create a table called Books having the following table structure
Q2: Using Microsoft Access, you are requested to define a database called Student Advising consisting of
two tables: tblStudents and tblFaculty.
The tblStudent table has the following fields with the following properties:
• Student ID - data type is Text; field size is 4 and Caption is ID #. It is also the primary key.
• Last Name is Text, field size is 15
• First Name is Text, field size is 15
• Major is Text, field size is 30
• Advisor ID os Text, field size is 4
• Credits is Number and its field size is Integer
The tblFaculty table has the following fields with the following properties:
• Faculty ID - is Text, the field size is 4, the Caption is Fac. ID and it is the primary key.
• Last Name - is Text and the field size is 15
• First Name is Text, field size is 15
• Office Phone is Text, field size is 4 and the Caption is Phone
2
03.04.2024 Practical 04 – MLS 14th Batch
MLS 2260
Additionally, you will create two queries for the Student. One that lists every student’sStudent ID, Major
and Credits (in that order). The second query will list the First Name, Last Name, and Credits for every
student whose advisor's ID is 4462.
tblStudent Table
tblFaculty Table
Q3: In this question, you will create a database that includes a table, form, report, and queries
An educational institute seeks to provide a quality education to each of its students. In order to do this, the
college administration needs an efficient way to keep track of the vast amounts of information associated
with each student served. A college administrator has asked you to create and update a database to help with
this task.
3
03.04.2024 Practical 04 – MLS 14th Batch
MLS 2260
StudentID Last Name First Address City State Zip Code Balance First Term
Name Attended
8426 Robert Alexa 62 SmithLane Chicago GH 45785 200 SP04
StudentID Last Name First Address City State Zip Balance First Term
Name Code Attended
36987 Booy Aaron 21 Oskaloosa IA 52577 18 WI10
Fairview
Lane
76213 McBurney Colton 45 Seary Knoxville IL 84134 56 FA09
Drive
IX. When you have finished adding the records, save the form as “Student Form”
X. Using the Report Wizard, create a report based on the “StudentList” table, according to the
following specifications:
a. Use All Fields
b. Group by: First Term Attended
c. Layout: Stepped
d. Orientation: Landscape
e. Title the report: Student Report
f. Adjust column widths in Design View as necessary
XI. Create Queries
a. Query 1: Create a query from the “StudentList” table using the Simple Query Wizard. The
basis of the query is as follows:
4
03.04.2024 Practical 04 – MLS 14th Batch
MLS 2260
i. Your supervisor wants to see a report with the names and student numbers of the
students who first attended in the Fall of 2000
ii. Select the appropriate fields and the appropriate criteria. Run this query.
b. Query 2: Create a query from the “StudentList” table using the Simple Query Wizard. The
basis of the query is as follows:
i. You need to mail billing statements to students who owe more than $20
ii. iSelect the appropriate fields and the appropriate criteria. Run this query.
5
03.04.2024 Practical 04 – MLS 14th Batch