How to store report as one continuous page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DancingDave
    New Member
    • Apr 2008
    • 8

    How to store report as one continuous page?

    When I generate my report for web display, I don't want the report to have any page breaks. I tried Export -> html but that made a separate file for each page. How do I get the report to scroll contiuously so it ends up as one
    continuous page? Thanks.
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    Originally posted by DancingDave
    When I generate my report for web display, I don't want the report to have any page breaks. I tried Export -> html but that made a separate file for each page. How do I get the report to scroll contiuously so it ends up as one
    continuous page? Thanks.
    Hi. Reports are inherently page-based. If you need data exported without page breaks you will either have to export the underlying query data itself (which may not be grouped in such a way that it suits web display), use VB code to export the data in one way or another, or use a web technique such as the use of Active Server Pages (as outlined in ADezii's HowTo article linked here: Publishing Access Data on the Web).

    -Stewart

    Comment

    Working...