Query problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could someone tell me whats wrong with this query, it doesn't return any
results when i put the LIKE operator in. Have checked and double checked the
help files, and i'm sure the like bit is right.

SELECT FileList.Fileid, FileList.Filename, FileList.FileDescription,
FileList.FileType, FileList.RelatedToProduct FROM FileList WHERE Filename
LIKE '%D%';

TIA

Rico
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top