If you are not on CFMX, you can create a struct to hold your variables
(lets call it vars) and use the same syntax
<cfset vars = StructNew()>
<cfquery name="vars.query1" ...
...
<cfset query = "query1">
...
#vars[query].reqordcount#
>
> For this I was thinking I need something like
> #(#query#).recordcount# - but I can't get the syntax right
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

