I have made one form in which 4 textbox 4 labels and 3 buttons.
1label text ="Name"
2label text="age"
3label text="city"
4label text="qualifica tion"
textbox1 name="Name"
textbox2 name="age"
textbox3 name="city"
textbox4 name="qualifica tion"
after that i have made a database in msaccess with name is emp.mdb
now i have made a table name employee
in employee table i have made 4 column
1.Name
2.Age
3.city
4.qualification
now after that how i have made a 3 buttons in form
1-insert
2-delete
3-update
i want to know the coding in each buttons and running application.
1label text ="Name"
2label text="age"
3label text="city"
4label text="qualifica tion"
textbox1 name="Name"
textbox2 name="age"
textbox3 name="city"
textbox4 name="qualifica tion"
after that i have made a database in msaccess with name is emp.mdb
now i have made a table name employee
in employee table i have made 4 column
1.Name
2.Age
3.city
4.qualification
now after that how i have made a 3 buttons in form
1-insert
2-delete
3-update
i want to know the coding in each buttons and running application.
Comment