Yes, Like can be used with parameters.
Find string anywhere in field:
Like "*" & [Find What] & "*"
Find string at start of field:
Like [Find What] & "*"
Find string at end of field:
Like "*" & [Find What]
Find match (you are responsible for entering the wild cards)
Like [Find What]
> hello ppl
> i was wondering if the LIKE can be used combined with a parameter, so the
[quoted text clipped - 3 lines]
> is
> possible.
vassilis - 30 Nov 2005 22:07 GMT
thanks!!!
Ο χρήστης "John Spencer" έγγραψε:
> Yes, Like can be used with parameters.
>
[quoted text clipped - 17 lines]
> > is
> > possible.