Question : How to find ampersand characters

What is the criteria expression to find records for which the Supplier field contains an ampersand character (&)?
I've tried 'Like *&*' and other variations without success.

Answer : How to find ampersand characters

DOH!!! ... I cut and pasted with out editing ... {by the way, is there a way to edit posts?}

SELECT * FROM SomeTable WHERE SomeTextField Like '*&*'
Random Solutions  
 
programming4us programming4us