I am pulling my hair out working on what would seem to be easy problem. But as a ColdFusion rookie I am just having a hell of a time figuring it out.
<cfoutput query="getSeasonAndRate">
<cfset adultRate = groupRate>
</cfoutput>
So ... adultRate = 89
<cfset adultRate = 88>
So why does adultRate STILL equal 89?
Thanks! :D