Menace4258
Programmer
Hey, I have to design queries for a MS Access Database. One query is a search by file name. So I need to use a parameter query so the user can enter a part of the file name, and also wildcards to search the full file name.
I've tried several different syntax possibilities, but nothing seems to be working. If anyone has any suggestions they would be greatly appreciated. Here's some of the syntax options I've attempted so far.
'FILE_NAME' = *[Enter Filename]*
'FILE_NAME' = *"[Enter Filename]"*
'FILE_NAME' = "*[Enter Filename]*"
'FILE_NAME' = "*[[Enter Filename]]*"
And some other possibilities.
I've tried several different syntax possibilities, but nothing seems to be working. If anyone has any suggestions they would be greatly appreciated. Here's some of the syntax options I've attempted so far.
'FILE_NAME' = *[Enter Filename]*
'FILE_NAME' = *"[Enter Filename]"*
'FILE_NAME' = "*[Enter Filename]*"
'FILE_NAME' = "*[[Enter Filename]]*"
And some other possibilities.