Select from multiple entries in table cell.
Hi All,
I'm having issues when trying to do a simple select from an access database:
<CFQUERY NAME="GetAllByMonth" DATASOURCE="dsn">
SELECT * FROM table WHERE strMonth = '#url.strMonth#' AND strDisplay = Yes
order by strOrder_id
</CFQUERY>
Table cells in rows contain coma separated values:
January, February, March, April, May, June, October, November, December
Unfortunately the query returns no values. I've tried changing the "=" with "like", "contains" but with no results.
Difficult to know what to search for so any help gratefully recieved.
Ta
Trevor
