
Dapat didownload di : https://www.dropbox.com/s/94kpugomb1ndy28/4%20LAPORAN%20AKHIR%20Database%20VB.docx?dl=0
CODING
CommandButton1
Private Sub Command1_Click()
Adodc1.Recordset.Update
Adodc1.Recordset!NPM = Text1.Text
Adodc1.Recordset!Nama = Text2.Text
Adodc1.Recordset!Jurusan = Text3.Text
Adodc1.Recordset.Update
DataGrid1.Refresh
Text1.Text = ""
Text2.Text = ""
Text3.Text...