When i run the program i get a run time error "2185" for the below code.
error message:
you cant reference a property or method for a control unless the control has the focus
\\VB CODE//
If Me.ProcessCombo.Text = "...." & Me.Option1Combo.Text = "...." & Me.Option2Combo.Text = "..." Then Me.SEARCH.Caption = "...."
error message:
you cant reference a property or method for a control unless the control has the focus
\\VB CODE//
If Me.ProcessCombo.Text = "...." & Me.Option1Combo.Text = "...." & Me.Option2Combo.Text = "..." Then Me.SEARCH.Caption = "...."