Saturday, April 4, 2015

Student Record System in Visual Basic 6

In this simple program I would like to share with you a CRUD application that I called student record system that is written in Visual Basic 6 and Microsoft Access. It enables the user to add, edit and delete record of the students from the database. It stores student records like course, section and other related information about the student enrolled in the school. I also added a code for login so that only authorized users can only access the records from our system.


If you have some question send me an email at jakerpomperada@gmail.com and jakerpomperada@yahoo.com.


Thank you very much.








1 comment:

  1. Hi po sir Jake :)

    Pag tinry ko yung Search may error po sya

    Compile Error:

    Method or data members not found

    Private Sub txtSearch_Change()
    myClass.SearchRec varcat, txtSearch.Text, grdstud
    End Sub

    ReplyDelete