one text box multiple detail

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top