For Each Item In Me.Controls
If TypeOf Item Is TextBox Then Item.Text = ""
If TypeOf Item Is ComboBox Then Item = Null
Next