Maybe I wasn't clear enough, this part is done. My problem is that I wan't to print a page that's well formatted. I though I could create a report in access and then print it by ASP.
[tt]I could be wrong, but I don't think one can export/display an internal access report with ASP, You would use a combination of VBScript/SQL/JavaScript to build/display/print your report
Delete * from brain Where MaxLevel = "Full" and reaction = "Slow" order by StartOver
If the report is already defined in MS Access, try outputing it from MS Access as either Rich Text (filetype RTF, can be viewed using MS Word which will launch within the browser) or as a "snap" (filetype .snp).
This latter type is specifically for web viewing and requires the user to have a lightweight app called the "snapshot viewer" (free from Microsoft). The snapshot viewer does an excellent job of retaining the same view of the report you get from within MS Access and runs happily within any browser.
Used this years ago, so it's conceivable Micorsoft has since gone a different direction.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.