J
JoJo S via AccessMonster.com
I have a query that will allow users to search names, with last name and
first name entered separately with wild card through a parameter. How do I
have such flexibility as allowing users to enter 1 to multiple times of
different names through the parameter? The parameter set as following allows
the search of 1 name only. I can enter multiple of this line in the criteria
area, but I do not know how many names users may need to search.
Like [Enter last name] & "*" And Like "*" & [Ener first name:] & "*" & "*"
Thank you in advance.
first name entered separately with wild card through a parameter. How do I
have such flexibility as allowing users to enter 1 to multiple times of
different names through the parameter? The parameter set as following allows
the search of 1 name only. I can enter multiple of this line in the criteria
area, but I do not know how many names users may need to search.
Like [Enter last name] & "*" And Like "*" & [Ener first name:] & "*" & "*"
Thank you in advance.