A
abqhusker
I have a table containing my cd collection. I want a query where I can
just type part of a string and it'll select those records. E.g. When I
double click on the query and the parameter box pops up, I have to type
"Rick Wakeman" or "*wakeman*" to get all the Rick Wakeman records to
show up under the Artist field. I want to be able to type "wakeman" or
"wake" without the * or the exact name and have all Rick Wakeman records
returned in the query. That's the main thing I'm wanting to figure out
but I do have a second related type of question. Is it possible to have
a query same as above, but instead of just returning matching records
from the Artist field, will return all records where the string is in
any of the other fields in the table, e.g. Album Name field. I'm hoping
it can be done simply from the query design window as I'm not too smart
on SQL and VBA. Appreciate any help or tips. Thanks. Now that I think
about it. I can't remember how I got the parameter popup box to come on
any more...was it by putting brackets in the criteria row? Shoot!!!
Help!!!
Ed
just type part of a string and it'll select those records. E.g. When I
double click on the query and the parameter box pops up, I have to type
"Rick Wakeman" or "*wakeman*" to get all the Rick Wakeman records to
show up under the Artist field. I want to be able to type "wakeman" or
"wake" without the * or the exact name and have all Rick Wakeman records
returned in the query. That's the main thing I'm wanting to figure out
but I do have a second related type of question. Is it possible to have
a query same as above, but instead of just returning matching records
from the Artist field, will return all records where the string is in
any of the other fields in the table, e.g. Album Name field. I'm hoping
it can be done simply from the query design window as I'm not too smart
on SQL and VBA. Appreciate any help or tips. Thanks. Now that I think
about it. I can't remember how I got the parameter popup box to come on
any more...was it by putting brackets in the criteria row? Shoot!!!
Help!!!
Ed