one text box multiple detail

K

ksuttell

I would like to have a vertical heading run across the side margin . I can't
get a text box (or subreport) to flow across a header and a set of details.
Is this possible?
 
D

Duane Hookom

You can create a taller section in your report above your 'header and a set
of details' and put whatever you want 'across the side margin'. Then add code
to the On Format event of this section:

Me.MoveLayout = False

This will cause subsequent sections to overlay the section.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top