><cfset cip_numb = "cip = #get_cip_num.cip_number#"> > >I would like to put the single quotes around the #get_cip_num.cip_number#.
If I understand the question, have you tried: <cfset cip_numb = "cip = '#get_cip_num.cip_number#'"> ? Scott -------------------------------- Scott Brady http://www.scottbrady.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

