I want to use cfselect....
Hi All,
I want to use cfselect to act as a parameter for querying specific data. My questions are:
1. What the maximum keywords can I select?
2. How can I get that to my action page to query the multiple selections?
Ex.
<cfquery>
Select *
FROM tblname
WHERE dateprod = '#FORM.Defect_Title#' or dateProd LIKE '#FORM.Defect_Title#'
</cfquery>
Does this make sense? I get nothing when I attempt this when selecting multiples or when I select one I get double that one.
Thanks in Advance,
DJ Khalif