Expression result cannot be converted to a string
Expressions used inside tags like CFOUTPUT, CFQUERY, CFMAIL, etc. must evaluate to a value that can be converted to a string for output or dynamic text accumulation purposes. Complex objects, such as queries, arrays, and COM/DCOM objects, cannot be represented as strings.
The error occurred while processing an element with a general identifier of (#store#), occupying document position (75:26) to (75:32).
When I execute this code:
<cfoutput query="store">
<cfif division is "W" >
<option
value="#store#">#store#
</cfif>
</cfoutput>
The variable store is a numeric field in my Access database.
Thanks in Advance!!
begin:vcard n:Gillham;Bob tel;fax:(903) 534-2250 tel;work:(903) 534-2174 x-mozilla-html:FALSE org:Brookshire Grocery Co.;Information Technology adr:;;PO Box 1411;Tyler;TX;75710; version:2.1 email;internet:[EMAIL PROTECTED] title:Programmer Analyst II fn:Bob Gillham end:vcard
