J
JohnW
I am trying to use a parameter search in my query to prompt the user to type
in parts of the field three times before the query will run. I have the
following input into the criteria field.....
Like "*" & [Input Part of Dwg Title] & "*" And Like "*" & [Input Another
Part of Dwg Title] & "*" And Like "*" & [Input Another Part of Dwg Title] &
"*"
It will run the first two prompts but not the third one. Is that because I
am using "and" which can only produce two results? What is a better way to
do this?
Thanks
in parts of the field three times before the query will run. I have the
following input into the criteria field.....
Like "*" & [Input Part of Dwg Title] & "*" And Like "*" & [Input Another
Part of Dwg Title] & "*" And Like "*" & [Input Another Part of Dwg Title] &
"*"
It will run the first two prompts but not the third one. Is that because I
am using "and" which can only produce two results? What is a better way to
do this?
Thanks