Hey guys,
This is probably a quick and easy question. I have a statement using the word Like, I want to be able to search by account names and I want to be able to type in a similar name and get info on that account. i.e. I type IB and I would get IBM. Here is how my statement looks, for some reason the like doesnt work. What am I doing wrong or am I searching the wrong way?
SELECT [InForce D&O Policies].*
FROM [InForce D&O Policies]
WHERE ((([InForce D&O Policies].[Account Name])LIKE[enter account name:]));
Thank you,
Nir
This is probably a quick and easy question. I have a statement using the word Like, I want to be able to search by account names and I want to be able to type in a similar name and get info on that account. i.e. I type IB and I would get IBM. Here is how my statement looks, for some reason the like doesnt work. What am I doing wrong or am I searching the wrong way?
SELECT [InForce D&O Policies].*
FROM [InForce D&O Policies]
WHERE ((([InForce D&O Policies].[Account Name])LIKE[enter account name:]));
Thank you,
Nir