View Full Version : Column Headers


sandhurstUK
03-24-2002, 03:17 AM
Hi guys,

In A2K.

I have created 2 columns on a report set the page to landscape inserted page breaks and displayed the data in recordsets absoulutly fine.

Left column shows header details with the records listed below, right column shows just the records without headers. I have tried grouping the headers, but that just returns headers on each record which I don't want. I have even tried all the Help tips to no avail.

Essentially I am looking to produce two columns of data on a landscape report with each column showing the headings with the data below. As I said, left column works fine, right column shows no headers.

Many thanks.
Struggling of Sandhurst !!

pcs
03-24-2002, 09:32 AM
there may be an easier way...but you can make the detail section of your report a subreport. then you can place the headers over the subreport columns in the detail section of your main report. be sure to do a page setup and click on columns to get the 'snaking' style you want.

hth,
al

sandhurstUK
03-24-2002, 02:25 PM
Thanks Al,

I will give it a try.

Ian