G
Guest
I have a large table that I am trying to Query a range of customers for. I
want to pull all customers that start with A and run through names starting
with M. I have tried the following:
but this excludes all customers starting with M such as Max or Murray. I
have seen examples using:
Between Like "A*" and Like "M*"
but I get the error "The expression you entered contains invalid syntax".
The table contains 100Ks of rows and the query result will contain about 52K
rows.
Any help is appreciated.
JohnV
want to pull all customers that start with A and run through names starting
with M. I have tried the following:
= "A*" and <= "M*"
but this excludes all customers starting with M such as Max or Murray. I
have seen examples using:
Between Like "A*" and Like "M*"
but I get the error "The expression you entered contains invalid syntax".
The table contains 100Ks of rows and the query result will contain about 52K
rows.
Any help is appreciated.
JohnV