>
> <cfoutput query="qArticleByIndustry" group="indus_name">
> #indus_name#<br>
> <cfoutput query="qArticleByIndustry">
> <blockquote>
> #article_title# - #DateFormat(article_date,"mmmm, yyyy")#<br>
> </blockquote>
> </cfoutput>
> </cfoutput>
Don't you mean "group" rather than "query" on the inner CFOUTPUT?
Oh, and why not use a JOIN rather than doing it in the WHERE?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

