Before I can someone please explain what I have done wrong here:
Private Sub Command28_Click()
Me.Filter = "Skills Like '*" & Me.Text26 & "*" '"
Me.FilterOn = True
Me.Requery
End Sub
Is coming up with a syntax error but can figure it out - obviously have a ' or a " in the wrong place somewhere
Private Sub Command28_Click()
Me.Filter = "Skills Like '*" & Me.Text26 & "*" '"
Me.FilterOn = True
Me.Requery
End Sub
Is coming up with a syntax error but can figure it out - obviously have a ' or a " in the wrong place somewhere
Comment