Answered
Hash Marks in Field Names
Forgive me but I have forgotten how to do this.
I'm trying to pass the query field name: "Pat #" , which can't be changed.
<cfset pat_no = '#Pat ##'>
Problem is the hash mark in the field name.
I've tried:
<cfset pat_no = '#Pat #'#''>
but it errors out.
I'm trying to pass the query field name: "Pat #" , which can't be changed.
<cfset pat_no = '#Pat ##'>
Problem is the hash mark in the field name.
I've tried:
<cfset pat_no = '#Pat #'#''>
but it errors out.
