My query Company name contains a "&" in the title. When I do a search, nothing is is returned. How do I get around this problem. If I substitute a "-" in the title everything works.
<CFQUERY NAME="ActionQuery" DATASOURCE="ResourceCenter">
SELECT *
FROM ShopContactList
WHERE Company='Anytown Bolts & Screws'
</cfquery>
<CFQUERY NAME="ActionQuery" DATASOURCE="ResourceCenter">
SELECT *
FROM ShopContactList
WHERE Company='Anytown Bolts & Screws'
</cfquery>