>I'm not sure of the best method to do this.  I tried building a query on
the
>subnet table, then in the <cfoutput> of that query, loop through another
>query on the subnet_info table... but it doesn't work.  Any ideas for me
how
>to do this?

My idea:

<cfoutput query="theQuery" group="subnet field name">

        subnet

        <cfoutput>
                IP = 1
                Name = boxname
                Description = what this box does
        <cfoutput>


</cfoutput>

of course using cf query varaibles with #'s and doing your formating.

And make sure your query has the Order By clause set to subnet.


Best of Luck!!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to