Anda di halaman 1dari 3

Private Sub CmdEdit_Click()

Adodc1.Recordset!No_Id = TxtNo_Id.Text
Adodc1.Recordset!Nama_Siswa = TxtNama_Siswa.Text
Adodc1.Recordset!Jenis_Kelamin = CmbJenis_Kelamin.Text
Adodc1.Recordset!NIS = TxtNIS.Text
Adodc1.Recordset!NISN = TxtNISN.Text
Adodc1.Recordset!Rombel = CmbRombel.Text
Adodc1.Recordset!Tempat_Lahir = TxtTempat_Lahir.Text
Adodc1.Recordset!Tanggal_Lahir = Tgl_Lahir.Text
Adodc1.Recordset!Nik = TxtNik.Text
Adodc1.Recordset!Agama = CmbAgama.Text
Adodc1.Recordset!Kebutuhan_Khusus = TxtKebutuhan_Khusus.Text
Adodc1.Recordset!Alamat = TxtAlamat.Text
Adodc1.Recordset!Dusun = TxtDusun.Text
Adodc1.Recordset!RT = TxtRT.Text
Adodc1.Recordset!RW = TxtRW.Text
Adodc1.Recordset!Kelurahan = TxtKelurahan.Text
Adodc1.Recordset!Kecamatan = TxtKecamatan.Text
Adodc1.Recordset!Kode_Pos = TxtKode_Pos.Text
Adodc1.Recordset!Jenis_Tinggal = TxtJenis_Tinggal.Text
Adodc1.Recordset!Alat_Transportasi = TxtAlat_Transportasi.Text
Adodc1.Recordset!Penerima_Kps = TxtPenerima_Kps.Text
Adodc1.Recordset!No_Kps = TxtNo_Kps.Text
Adodc1.Recordset!HP = TxtHp.Text
Adodc1.Recordset!Nama_Ayah = TxtNama_Ayah.Text
Adodc1.Recordset!Pekerjaan_Ayah = Cmbpekerjaan_Ayah.Text
Adodc1.Recordset!Tahun_Lahir_Ayah = TxtTahun_Lahir_Ayah.Text
Adodc1.Recordset!Jenjang_Pendidikan_Ayah = TxtJenjang_Pendidikan_Ayah.Text
Adodc1.Recordset!Nama_Ibu = TxtNama_Ibu.Text
'Adodc1.Recordset!Pekerjan_Ibu = CmbPekerjaan_Ibu.Text
Adodc1.Recordset!Tahun_Lahir_Ibu = TxtTahun_Lahir_Ibu.Text
Adodc1.Recordset!Jenjang_Pendidikan_Ibu = TxtJenjang_Pendidikan_Ibu.Text
MsgBox " Data Sudah Diedit", vbInformation, "INFO"
DataGrid1.Refresh
End If
End Sub
Adodc1.Recordset!No_Id = TxtNo_Id.Text
Adodc1.Recordset!Nama_Siswa = TxtNama_Siswa.Text
Adodc1.Recordset!Jenis_Kelamin = CmbJenis_Kelamin.Text
Adodc1.Recordset!NIS = TxtNIS.Text
Adodc1.Recordset!NISN = TxtNISN.Text
Adodc1.Recordset!Rombel = CmbRombel.Text
Adodc1.Recordset!Tempat_Lahir = TxtTempat_Lahir.Text
Adodc1.Recordset!Tanggal_Lahir = Tgl_Lahir.Text
Adodc1.Recordset!Nik = TxtNik.Text
Adodc1.Recordset!Agama = CmbAgama.Text
Adodc1.Recordset!Kebutuhan_Khusus = TxtKebutuhan_Khusus.Text
Adodc1.Recordset!Alamat = TxtAlamat.Text
Adodc1.Recordset!Dusun = TxtDusun.Text
Adodc1.Recordset!RT = TxtRT.Text
Adodc1.Recordset!RW = TxtRW.Text
Adodc1.Recordset!Kelurahan = TxtKelurahan.Text
Adodc1.Recordset!Kecamatan = TxtKecamatan.Text
Adodc1.Recordset!Kode_Pos = TxtKode_Pos.Text
Adodc1.Recordset!Jenis_Tinggal = TxtJenis_Tinggal.Text
Adodc1.Recordset!Alat_Transportasi = TxtAlat_Transportasi.Text
Adodc1.Recordset!Penerima_Kps = TxtPenerima_Kps.Text
Adodc1.Recordset!No_Kps = TxtNo_Kps.Text
Adodc1.Recordset!HP = TxtHp.Text
Adodc1.Recordset!Nama_Ayah = TxtNama_Ayah.Text
Adodc1.Recordset!Pekerjaan_Ayah = Cmbpekerjaan_Ayah.Text
Adodc1.Recordset!Tahun_Lahir_Ayah = TxtTahun_Lahir_Ayah.Text
Adodc1.Recordset!Jenjang_Pendidikan_Ayah = TxtJenjang_Pendidikan_Ayah.Text
Adodc1.Recordset!Nama_Ibu = TxtNama_Ibu.Text
Adodc1.Recordset!Pekerjaan_Ibu = CmbPekerjaan_Ibu.Text
Adodc1.Recordset!Tahun_Lahir_Ibu = TxtTahun_Lahir_Ibu.Text
Adodc1.Recordset!Jenjang_Pendidikan_Ibu = TxtJenjang_Pendidikan_Ibu.Text
Adodc1.Recordset.Update

Anda mungkin juga menyukai