what was that value in my cfquery recordset
To get a field's value in a specified row, here's the code. I always forget exactly how to do this, as I don't use it very often. So I figure by writing it down, I'll learn it once again, and I know to look back at this blog in the future for a quick refresher.
<cfset myval=" queryname.fieldname[rownumber]">


<< Home