one of the easiest ways to work with list values is to use the cfqueryparam keyword list so:
select from tours where tourtype IN (<cfqueryparam cfsqltype="cf_sql_integer" list="true" value="#userIdList#">) -- Marlon ---------------------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
