J
Jeremy
I need to query an music database by artist where the
artist name begins with a number, like 3 Doors Down for
example. I have set up queries to search the db by letter,
but I cannot figure out how to set up the query to get all
records that do not begin with a letter. I have the letter
queries set up like so
In the Artist field, I have the criteria as Like "A*". How
can I get it to where it checks to see if the first letter
is a number, sort of like Like "1*" OR "2*"...etc...
Thanks
artist name begins with a number, like 3 Doors Down for
example. I have set up queries to search the db by letter,
but I cannot figure out how to set up the query to get all
records that do not begin with a letter. I have the letter
queries set up like so
In the Artist field, I have the criteria as Like "A*". How
can I get it to where it checks to see if the first letter
is a number, sort of like Like "1*" OR "2*"...etc...
Thanks