Link to home
Start Free TrialLog in
Avatar of altena
altena

asked on

how to create Column report Headers?

I almost have my access-report the way I want it:
3 columns of data, set using the print-settings

The report now looks like this:

Header
Data1   data5  Data10
data2   data6  data11
data3   data7  data12
...

How do I make the report look like this:
Header  Header Header
Data1   data5  Data10
data2   data6  data11
data3   data7  data12
...

Thanks in advance
Avatar of Victor Spiridonov
Victor Spiridonov
Flag of Russian Federation image

Put three lables into report's page header -one for each column.
Avatar of guillems
guillems

Try to make three sub-reports in the main report, so for each column you can see the header, and you can change the header for each one.

I hope this help you!
Avatar of altena

ASKER

That (regrettably) does not work.

Here is what happens:

Header  Header Header
Data1                 data5  Data10
data2                 data6  data11
data3                 data7  data12

Which of two proposed solutions doesn't work?
Do you try to make a three subreports?

If you send me your database I'll make the report, with three subreports. My e-mail is guillems@i6.com

ASKER CERTIFIED SOLUTION
Avatar of cekman
cekman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You absolutely do NOT need to make 3 separate sub-reports - unless you're really doing something special.
In this case, I'm agree with cekman.

SO I just put a comment, not an answer 8-)


Avatar of altena

ASKER

Thanks for pointing this out.