Hi Experts,
I'm creating a search form to filter out data based on certain inputs. My VBA code looks like:
Private Sub Command18_Click()
On Error GoTo errorcatch
Me.Filter = "([Experiments.Log] Like ""*" & Me.Text21 & "*"") AND ([Expdate] Like ""*" & Me.Text22 & "*"") AND ([BaseSolution]...
Hi,
I have a calculated field with the formula below:
Iif([Left Cathode Channel vs Cathode 1]>=0.45 And [Left Cathode Channel vs Cathode 2]>=0.45 And [Right Cathode Channel vs Cathode 1]>=0.45 And [Right Cathode Channel vs Cathode 2]>=0.45 And [Left OEE Channel vs Cathode 1]>=0.45 And [Left...