A number of replies - thank you. I just picked this one for no particular reason to respond.
<cfmail...> Verbiage... [Here I want to tell the person all the various things they selected as traits (for lack of a better word). These come from a one (their name data) to many (traits) recordset, so there might be one record to include, might be ten.] <cfoutput query...> #fields...# </cfoutput> </cfmail> >From the responses I've read cfmail must translate to a cfoutput so I can't nest the query output. I'll try cfloop instead. Thanks. On 11/6/06, Stephens, Larry V <[EMAIL PROTECTED]> wrote: > Trying to send a message by cfmail that includes a list of positions I > retrieved using a query. > > When I put <cfoutput query...> inside the cfmail tags I get a nested > output error. > If that's happening you can call the fields directly in your email using the following. #queryname.fieldname# No need for the cfoutput here because there is a set of these tags on the page. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259418 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

