Did you want it done in text as it is shown here or did you want each 'date/loc' in a separate column?
-- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove Web Developer / ColdFusion Programmer http://William.Seiter.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 12:29 PM To: CF-Newbie Subject: RE: Repeating table header 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:3375 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
