Take the data you need for the report, put it in a temporary table, with 2 additional sort_order row and col fields, write a program to do the math and number the records so when you sort on the sort_oder field they will come out how you want. So you will have col 1,2 and row 1,2,3,4,5,6.
Run your report only for col 1 "where col = 1", and then do lookups back to the temp table to get the values for col 2 for your current row. Troy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Niehaus Sent: Thursday, July 24, 2003 8:09 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Rbase 6.5++ Win - report or label in newspaperformat I am interested in developing a report or label for information to be presented in a newspaper column layout. I believe there were some notes about this in the past, but I don't recall the details/settings to get data sorted properly. TIA. Bill

