M
MMesarch
Hi,
I have a field that included a complete citation of a publication. This
means it can have multiple authors listed,title of article and publication,
among other things.
I want to use a parameter query to let a person find all the citations by a
user definded author. I currently using a statement such as
LIKE *&[Enter author's last name]&*
The problem is if the user enters something like "Allen" they not only get
publications with the author of Allen, but publications with the word
"Challenge" in. We also cannot drop the wildcard characters becasue the
author name could be listed as "Allen, C." or "C. Allen" depending on where
in author list the name is located.
Is there a way to force a case sensitve search in the LIKE statement?
I have a field that included a complete citation of a publication. This
means it can have multiple authors listed,title of article and publication,
among other things.
I want to use a parameter query to let a person find all the citations by a
user definded author. I currently using a statement such as
LIKE *&[Enter author's last name]&*
The problem is if the user enters something like "Allen" they not only get
publications with the author of Allen, but publications with the word
"Challenge" in. We also cannot drop the wildcard characters becasue the
author name could be listed as "Allen, C." or "C. Allen" depending on where
in author list the name is located.
Is there a way to force a case sensitve search in the LIKE statement?