[AccessD] Just cannot get this SQL syntax to work

Steve Schapel steve at datamanagementsolutions.biz
Thu Jun 24 00:02:08 CDT 2010


Hi Bill,

No, for that one you would need:

SELECT *
FROM TblFilterList
WHERE Item Like "[[]M*"

Regards
Steve


--------------------------------------------------
From: "Bill Benson (vbacreations)" <vbacreations at gmail.com>
Sent: Thursday, June 24, 2010 4:50 PM
To: "'Access Developers discussion and problem solving'" 
<accessd at databaseadvisors.com>
Subject: Re: [AccessD] Just cannot get this SQL syntax to work

> Let me point out that my table has these values for Item
>
>   [MYFIELD] = "ABA"
>   [MYFIELD] = "ABERDEEN"
>
> And even a queries such as
>
> SELECT *
> FROM TblFilterList
> WHERE [Item] LIKE '[M*'
>
>
>
> --- OR ----
>
> SELECT *
> FROM TblFilterList
> WHERE [Item] Like "[M*"
>
>
> Do not tease out any records.
 




More information about the AccessD mailing list