When i run the program i get a run time error "2185" for the below code. As far as i know it is to do with the .text function but i dont know what i can replace it with as it is used in conjuction with a text field.
\\VB CODE//
If Me.ProcessCombo.Text = "...." & Me.Option1Combo.Text = "...." & Me.Option2Combo.Text = "..." Then Me.SEARCH.Caption = "....
\\VB CODE//
If Me.ProcessCombo.Text = "...." & Me.Option1Combo.Text = "...." & Me.Option2Combo.Text = "..." Then Me.SEARCH.Caption = "....