martystudio
December 31st, 2002, 05:45 PM
ihave a checkbox called checkox1
i text box called textbox1
i want visual basic to go somthing like this,
if checkbox1.Value =1 The check to see if textbox1 is null, if it is, MsgBox"somthing is null" Else i want it to continue to the next stament
if checkbox2.Value =1 The check to see if textbox2 is null, if it is, MsgBox"somthing is null" else, Unload me
i text box called textbox1
i want visual basic to go somthing like this,
if checkbox1.Value =1 The check to see if textbox1 is null, if it is, MsgBox"somthing is null" Else i want it to continue to the next stament
if checkbox2.Value =1 The check to see if textbox2 is null, if it is, MsgBox"somthing is null" else, Unload me