D
Dominik
I'm currently designing my first ever data base for our NGO, but I'm stuck on
running parameter queries. One of my tables contains a field called
"keywords", which contains a string of several different words. (Example:
"WordA WordB WordC WordD"). I need to design a user-friendly parameter query
where the user enters the keyword he is seaching for (Example: WordC) and
Access then queries all the "keyword" fields in the entire table for that
word.
1.) How do I design this query? I've tried combining a parameter query where
the user is prompted "Enter keyword you are looking for" with wildcards to
account for the other words in the string:
List *[Enter keyword you are looking for]*
This obviously doesn't work, as the brackets automatically become a wildcard
character themselves after the List command. Is there a way around this or do
I need to approach this differently?
2.) Is such a parameter query case sensitive? If yes, how do I get around
this problem?
Thanks a lot for any help/input!
Dominik
running parameter queries. One of my tables contains a field called
"keywords", which contains a string of several different words. (Example:
"WordA WordB WordC WordD"). I need to design a user-friendly parameter query
where the user enters the keyword he is seaching for (Example: WordC) and
Access then queries all the "keyword" fields in the entire table for that
word.
1.) How do I design this query? I've tried combining a parameter query where
the user is prompted "Enter keyword you are looking for" with wildcards to
account for the other words in the string:
List *[Enter keyword you are looking for]*
This obviously doesn't work, as the brackets automatically become a wildcard
character themselves after the List command. Is there a way around this or do
I need to approach this differently?
2.) Is such a parameter query case sensitive? If yes, how do I get around
this problem?
Thanks a lot for any help/input!
Dominik