Microsoft
Software
Hardware
Network
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
cannot connect to configuraiton Database
MS Access 2003 Record Filter Question
Nine (9) sheets vlookup with Indirect ?
iPhone connection to Exchange 2003
Adobe hijacks all programs in Vista
Slow performance with SSRS ReportViewer control in WinForms application
Recovery Console - "Copy c:\ d:\" fails!
How can I retrieve a list of printer trays for a specific printer?
Office 2003 on Terminal Services
Adding an attribute to the xml root using FOR XML PATH syntax