Kod:
If IsNull(TextBox5) + IsNull(TextBox6) = -1 Then msgbox "kutulardan biri boş"Kod:
if len(TextBox2 & TextBox3 & TextBox4 & "")>0 then msgbox "en az biri dolu"If IsNull(TextBox5) + IsNull(TextBox6) = -1 Then msgbox "kutulardan biri boş"if len(TextBox2 & TextBox3 & TextBox4 & "")>0 then msgbox "en az biri dolu"