Oh I really apologise for the thing I did so far.
Here's the quote of what I'm trying to do with this thingy.
I want to make this College management system project , in which there's registration form for new students taking admissions.
In this form I put Text boxes and labels naming "name", "father's name", "date of birth" etc.
then there are two command buttons naming "save"...
User Profile
Collapse
-
Yeah I want coding for "save" button on registration form so it links it to database (.mdb) file that I created in MS Access.
The coding should look like this
Private Sub Command9_Click( )
rs.AddNew
rs(“Registratio nnumber”) = Text1.Text
rs(“Name”) = Text2.Text
rs(“Fathername” ) = Text3.Text
rs(“Dateofbirth ”) =Text4.Text
rs(“Previousres ult”) = Text5.Text...Leave a comment:
-
Linking Databases in VB
Here's the project I created on College management system with registration form alone and for other trades in college.
the link :
Project_new.rar - 0.12MB
Project_new.rar - 0.12MB
It just I'm unaware of using Databases in the coding for Save command whereas its easy to code for Back and exit option.
Anyone who can guide me through this process will be appreciated.
Thanks... -
How to link database?
Here's the project I created on College management system with registration form alone and for other trades in college.
the link :
Project_new.rar - 0.12MB
It just I'm unaware of using Databases in the coding for Save command whereas its easy to code for Back and exit option.
Anyone who can guide me through this process will be appreciated.
Thanks
in waiting mode LOL
No activity results to display
Show More
Leave a comment: