Hello all:
I have a form that is attached to a query.
In my query, I have the following criteria:
[Company] Like [Forms]![QBF_Form]![Sales] & "*" Or [Forms]![QBF_Form]![Sales] Is Null
But it only allows me to search that particular field either when I put in a blank or when I put in something like: cad*
I want to be able to also search like this:
*cad*
not cad*
cad* or pdf*
*cad* or *pdf*
Is this possible?
Thanks for your help!
I have a form that is attached to a query.
In my query, I have the following criteria:
[Company] Like [Forms]![QBF_Form]![Sales] & "*" Or [Forms]![QBF_Form]![Sales] Is Null
But it only allows me to search that particular field either when I put in a blank or when I put in something like: cad*
I want to be able to also search like this:
*cad*
not cad*
cad* or pdf*
*cad* or *pdf*
Is this possible?
Thanks for your help!