D
Dale
Hi, I'm trying to query an Access table with a wildcard and get zero
results.
If I use:
SELECT *
FROM TASKS
WHERE [tasks].[request] like 'Nesters Market YaleTown';
I get back the records as expected, but when I put a wildcard like:
SELECT *
FROM TASKS
WHERE [tasks].[request] like 'Nesters%';
I get nothing back. Is the '%' not the wildcard character for Access?
Thanks.
results.
If I use:
SELECT *
FROM TASKS
WHERE [tasks].[request] like 'Nesters Market YaleTown';
I get back the records as expected, but when I put a wildcard like:
SELECT *
FROM TASKS
WHERE [tasks].[request] like 'Nesters%';
I get nothing back. Is the '%' not the wildcard character for Access?
Thanks.