Okay, I hammered away and figured it out. I added the max column to my getEvents query and removed the q2 query. I ended up using
<cfif q1.eventCount GTE getEvents.max> <p>Event Full.</p> <cfelse> <cfset openSeats = #getEvents.max# - #q1.eventCount#> <p>#openSeats# left.</p> </cfif> Thanks again to all for the assistance. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4435 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
