Great. Thanks!
"James A. Fortune" wrote:
> Supe wrote:
> > I have a table where I want to delete and items that has ## in the Brand
> > name. Example would be ##VISTA. If is set up a Delete query with Like
> > "*##*" in the criteria field, it deletes anything with a number in
> > the Brand name, not anything with ## in the name. Assume Access see the # as
> > any number. Is there way for it to look at # as a text and not as any
> > number?
>
> LIKE "*[#][#]*"
>
> James A. Fortune
> (E-Mail Removed)
>