Kod:
For Each ç In Me.Controls
If TypeName(ç) = "TextBox" Or TypeName(ç) = "ComboBox" Then ç.Value = ""
If TypeName(ç) = "OptionButton" Or TypeName(ç) = "CheckBox" Then ç.Value = False
Next ç
Bu koda textbox ve combobox backcolor renklerini kaldırmayı nasıl ekleye bilirim?