Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 17

LITTLE ANGELS’ SCHOOL

PROJECT REPORT
ON
STUDENT MANAGEMENT SYSTEM

Submitted to: Submitted by:


CERTIFICATE
ACKNOWLEDGEMENT
INDEX
INTRODUCTION
HARDWARE AND SOFTWARE SPECIFICATIONS
COMPONENTS OF STUDENT MANAGEMENT SYSTEM

Students detail table: Contains the details of students.


Result: Contains result of students.
Relationship: Tables will be linked using relationship.
Query: Queries will be performed according to requirements.
Form: Used to input data in the table.
Report: Report will be generated.
CREATING DATABASE

Steps to create database:


1. Open MS Access.
2. Click on blank database.
3. Type the name of the database.
4. Click Create button.
CREATING TABLE

Steps for creating Result table:


1. Open the Student Management Database created previously.
2. Go to create tab and create a new table in design view.
3. Enter the field names and data types.
4. Set Admission_Number as the Primary Key.
5. Save as Result.
Steps for creating Student_detail table:
1. Open the Student Management Database created previously.
2. Go to create tab and create a new table in design view.
3. Enter the field names and data types.
4. Set Admission_Number as the Primary Key.
5. Save as Student_detail.
CREATING FORM AND INSERTING DATA
Steps to create form:
1. Click Create tab and select for wizard.

2. Select the required fields and save the form.

3. Repeat the steps 1 and 2 to create form for Student_detail table.


4. Enter data through the form created.

5. The data will be displayed in the table.


CREATING RELATIONSHIP

Steps to create relationship between tables:


1. Click Database Tools tab and select relationship.
2. Add the required tables. We have added Result and Student_detail in
our case.

3. Relationship is created using the common field that is


Admission_Number.
CREATING QUERIES

Steps for creating query:


1. Open Create tab and click query button.
2. Add tables and select the required fields from all tables.

3. Run the query and save it.


CREATING REPORT

Steps to create report:


1. Open Create tab and click Report Wizard.
2. Select the QueryRecord and select all the required fields.
3. Save the report.
LIMITATION OF THE PROJECT

 The project will not allow any upgrades.


 Not suitable for large and complex data.
 Not the best for sharing and collaborating.
 Project will become slower as the data increases.
 Poor user interface.
 Time consuming.
BIBLIOGRAPHY

You might also like