[AccessD] Just cannot get this SQL syntax to work

Paul Hartland paul.hartland at googlemail.com
Thu Jun 24 02:10:55 CDT 2010


Bill,

Have you tried something like below:
DELETE FROM tblFilterList WHERE InStr([Item],"[MyField]=")>0

Paul

On 24 June 2010 06:03, Bill Benson (vbacreations) <vbacreations at gmail.com>wrote:

> Correction ...
>
> -----Original Message-----
> From: Bill Benson (vbacreations) [mailto:vbacreations at gmail.com]
> Sent: Thursday, June 24, 2010 12:51 AM
> To: 'Access Developers discussion and problem solving'
> Subject: RE: 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 '[A*'
>
>
>
> --- OR ----
>
> SELECT *
> FROM TblFilterList
> WHERE [Item] Like "[A*"
>
>
> Do not tease out any records.
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>



-- 
Paul Hartland
paul.hartland at googlemail.com



More information about the AccessD mailing list