Hi and thanks. But if I do that I only get one record from the query and there are usually multipple records. If do this:
<cfoutput query="express_shopping_order">#stock_id# - #author# #title# - #number_of_books# - #DollarFormat(price)# #br#</cfoutput> inside the cfmail tag I get an "Invalid tag nesting configuration" error. So how can I get multiple records in the one cfmail. Ta Seamus >You've passed a query to cfmail so it acts the same as: > ><cfoutput query="someQuery"> > <cfmail /> ></cfoutput> > >Try removing the query attribute. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295675 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

