Basically, I need it to display as follows: Month 1 | Month 2 | Month 3 <!---Repeating table header--->
Course 1 ID, Name Date/location | Date/location | Date/location Course 2 ID, Name Date/location | Date/location | Date/location Course 3 ID, Name Date/location | Date/location | Date/location Course 4 ID, Name Date/location | Date/location | Date/location Course 5 ID, Name Date/location | Date/location | Date/location Course 6 ID, Name Date/location | Date/location | Date/location Course 7 ID, Name Date/location | Date/location | Date/location Course 8 ID, Name Date/location | Date/location | Date/location Course 9 ID, Name Date/location | Date/location | Date/location Course 10 ID, Name Date/location | Date/location | Date/location Month 1 | Month 2 | Month 3 <!---Repeating table header---> Course 11 ID, Name Date/location | Date/location | Date/location I know there are easier ways to develop a calendar, but it was insistent that I formatted it way. Thanks for your help! "William Seiter" <[EMAIL PROTECTED]> 03/03/2008 02:18 PM Please respond to [email protected] To CF-Newbie <[email protected]> cc Subject RE: Repeating table header You are checking for the currentrow outside of the 'inner' cfoutput. What this means is that the 'table header' will ONLY activate IF the new 'id' happens to also be a factor of 10. I am not certain how it is that you want to have this information displayed, it looks like you are wanting 2 columns of date/location information and then have it break every 10, but this code won't get you there. If you post an example of how you want the results to display, I can help you get it there. -- William E. Seiter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Newbie/message.cfm/messageid:3374 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
