MS_Access_Practical_Exam
MS_Access_Practical_Exam
Instructions:
- Create a new Microsoft Access database named `StudentRecords.accdb`.
- Complete all tasks listed below using appropriate database features.
- Use the sample data provided for tables.
- Submit your completed database file when finished.
Sample Data:
Table: Students
Table: Courses
1 Database Systems 3
2 Web Development 4
3 Networking Basics 3
4 Programming I 4
Table: Enrollments
1 1 1 A
2 1 4 B+
3 2 2 B
4 3 1 A
5 3 3 A-
6 4 1 C
7 4 2 B
Practical Questions:
1. Create a new Access database named StudentRecords.accdb.
2. Create the Students, Courses, and Enrollments tables using the fields and data provided.
4. Create relationships between Students and Enrollments, and Courses and Enrollments
with referential integrity.
12. Create an update query to increase all GPAs by 0.1 (but not more than 4.0).
15. Add a total number of students at the end of the student report.
17. Add a new student: FirstName: Mekedes, LastName: Alemu, Gender: Female, DOB: 2003-
03-10, Department: Software Eng., GPA: 3.60
18. Add a validation rule so that GPA does not exceed 4.0.
19. Create a combo box for selecting department in the student form.
20. Create a navigation form to access tables, forms, and reports easily.