Many thanks to those who responded, this was exactly what (and when) I needed.
Cutter [EMAIL PROTECTED] wrote: >Quoting "Cutter (CF_Talk)" <[EMAIL PROTECTED]>: > > >>Table:tblSubscribe >> int:intChoiceID >> str:strChoice >> int:intCount >> >>Update intCount for selected strChoice as intCount + 1 >> >> > >UPDATE tblSubscribe >SET intCount = intCount + 1 >WHERE strChoice = <cfqueryparam cfsqltype="cf_sql_varchar" value="#value#"> > >Jochem > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

