L
Leslie Isaacs
Hello All
What's wrong with this:
Private Sub Command38_Click()
Me.Filter = "[indicator] Like ""*"" & [forms]![frm indicators
allocated]![findtext]&"" * """
Me.FilterOn = True
End Sub
[indicator] is a bound field on the form [frm indicators allocated], and
[findtext] is an unbound text field on the form.
I have the same syntax on another form, where it works fine: so why not
here?
Hope someone can help
Many thanks
Leslie Isaacs
What's wrong with this:
Private Sub Command38_Click()
Me.Filter = "[indicator] Like ""*"" & [forms]![frm indicators
allocated]![findtext]&"" * """
Me.FilterOn = True
End Sub
[indicator] is a bound field on the form [frm indicators allocated], and
[findtext] is an unbound text field on the form.
I have the same syntax on another form, where it works fine: so why not
here?
Hope someone can help
Many thanks
Leslie Isaacs