Michael Wichmann wrote: > But I want to split the information into two tables without querying > the database again.
Several people have made suggestions of 'work arounds' to avoid breaking this assumption. But I think it's worth pointing out that making two databases queries, one for each of the two specific data sets you want, is likely to be more efficient and at least as simple to code. Cheers, Dave _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
