Printing forms with two columns

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

Guest

I have created a form which allows me to print records two wide on a page. I
selected two columns in the page layout and everything prints OK except that
the page no., which I placed to the right side of the "Page Footer" section,
in design view, prints in the middle of the page (right side of the first
column). I need the page no. to print to the right side of the page (right
side of the second column). All the page numbers are correct, except in the
wrong place. Thanks for any suggestions?
 
You can write code to print only the second iteration of the page, but I
prefer making multi-column reports as subreports to that I can format the
Page and Report Headers the way I want. That way, you can also use
additional sections and have reports which have full page width headers, and
2. 3. and/or 4 columns in the same report. That is very useful when
designing things like annual reports and restaurant menus.
 
I'm not familiar with subreports but, I will give your suggest a try. Always
looking to learn something new.

Thanks for the help,
 
Back
Top