The Student Management System is a simple application developed in Visual Basic (VB) that allows for the management of student records. It provides functionalities for inserting, viewing, updating, and deleting student information.
- Dashboard: Provides an overview of key statistics such as the number of male and female students, student distribution across courses, and students in each academic year.
- Insert Form: Allows users to add new student records to the database.
- View Form: Displays a table of all student records stored in the database and provides search functionality.
- Update Form: Enables users to modify the details of an existing student record.
- Delete Functionality: Allows users to delete student records from the database.
- Visual Basic (VB): The programming language used for developing the application.
- Microsoft Access: The database system used for storing and managing student records.
To get started with the Student Management System, follow these steps:
1. Clone the repository: `git clone https://github.com/your-username/student-management-system.git`
2. Open the project in Visual Studio or your preferred VB development environment.
3. Set up the database: Connect the application to a Microsoft Access database or update the connection string in the code to point to an existing database.
4. Build and run the application.
Contributions to the Student Management System project are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue.