Access report "Overflow" error on export to HTML (PDF works fine) (1 Viewer)

ramendog

New member
Local time
Today, 00:18
Joined
Aug 8, 2025
Messages
3
I need to create HTML export of the report "rpt2024_Tst_summary_8_7_25" in the attached db. The export fails at about page 100 with the "Overflow" error. It is not specific to data in the table at that particular place in the report because I removed the data at the page of the overflow error and the error persisted. It seems to be related to the number of records being generated for the particular "Tst Num" in the report detail section when the error occurs. "Tst Num" with many (hundreds) of records seems to be where the export fails but I don't understand why or how to fix this issue.

The reason I need to utilize the HTML export is to generate web pages with tagging for use in a screen reader.

Any help or leads is greatly appreciated!
 

Attachments

It fell over for me on Page 138.
It also created individual pages.

THere are PDF to HTML converters, but that doe not have you Next/Previous links.

See if any solutions here

You might need to break it down to files of 100 pages at a time?

By the looks of it, only MP and AS are missing?
 
Thanks, I did try googling various solutions but this is an odd issue and I did not find any relevant results. I already have a script that converts the Access HTML output and reformats it, consolidating the report pages. There are other reports with many more pages that work properly, so I suspect it is the number of records in the particular detail section that is triggering this issue.
 
I also posted this question on accessforums, but I'm unable to post the link as the anti-spam tools are preventing a URL posting.
 

Users who are viewing this thread

Back
Top Bottom