You are on page 1of 1

If txtNama.Text = "" Or txtNis.Text = "" Or cmbKelamin.

Text = "" Or _
txtTmp.Text = "" Or DTPicker1.DataFormat = "" Or cmbAgama.Text = "" Or _
txtStatus.Text = "" Or txtAnak.Text = "" Or txtSasal.Text = "" Then
MsgBox "Data Belum Lengkap", vbInformation, "Pesan"
Exit Sub
Else
rspsb.Open "SELECT * FROM Data Siswa", conn, , , adCmdText

You might also like