Kolay gelsin
Private Sub ComboBox3_Change()
If ComboBox1.Text = "Anaokulu" And ComboBox3.Text = "Okul Öncesi Öğretmeni" Then
TextBox12.Text = 18
TextBox36.Text = 12
TextBox6.Text = ComboBox3.Text
TextBox19.Text = ComboBox3.Text
Else
TextBox12.Text = ""
TextBox6.Text = ""
TextBox36.Text = ""
TextBox19.Text = ""
End If
If ComboBox1.Text = "Anaokulu" And ComboBox3.Text = "Rehber Öğretmen" Then
TextBox12.Text = 18
TextBox36.Text = 12
TextBox6.Text = ComboBox3.Text
TextBox19.Text = ComboBox3.Text
Else
TextBox12.Text = ""
TextBox6.Text = ""
TextBox36.Text = ""
TextBox19.Text = ""
End If
End Sub
yukarıdaki kod ile Rehber öğretmeni seçtiğimde textbox lara geliyor. Sınıf öğretmeni seçtiğimde textbox lara gelmiyor. hata nereden kaynaklanıyor.
Private Sub ComboBox3_Change()
If ComboBox1.Text = "Anaokulu" And ComboBox3.Text = "Okul Öncesi Öğretmeni" Then
TextBox12.Text = 18
TextBox36.Text = 12
TextBox6.Text = ComboBox3.Text
TextBox19.Text = ComboBox3.Text
Else
TextBox12.Text = ""
TextBox6.Text = ""
TextBox36.Text = ""
TextBox19.Text = ""
End If
If ComboBox1.Text = "Anaokulu" And ComboBox3.Text = "Rehber Öğretmen" Then
TextBox12.Text = 18
TextBox36.Text = 12
TextBox6.Text = ComboBox3.Text
TextBox19.Text = ComboBox3.Text
Else
TextBox12.Text = ""
TextBox6.Text = ""
TextBox36.Text = ""
TextBox19.Text = ""
End If
End Sub
yukarıdaki kod ile Rehber öğretmeni seçtiğimde textbox lara geliyor. Sınıf öğretmeni seçtiğimde textbox lara gelmiyor. hata nereden kaynaklanıyor.
