Access reports and Front Page

G

Guest

I am working on a web site using an Access 2000 database and Front Page 2000.
When I click on a link displayed on the asp page, I want the data to look
like it does in the Access report. How and where can I get the formatting
code of the report and turn it into an asp page? Otherwise, I would have to
generate over 150 reports and save them all as html to achieve the same
affect. That is way too many files to keep up with. The asp page is using a
query (VIEW) from Access. When I run the report from that query in Access,
it displays the data exactly how I want it displayed on the web. How do I
get there?
Thanks.
 
M

Mark Andrews

We make two products to address your exact need.

Our "report server" product lets you run access report live from an asp page
and have the report
redirected to the user as a pdf file.

Our "batch reporting module" gives you code to create a batch of the 150
reports you want as 150 pdf files and then push them to you web site.

Otherwise you usually have to redo the logic in the report in code in an asp
page to create
a report looking web page. Very difficult or impossible for some reports.

HTH,
Download an evaluation and try it out,
Mark
RPT Software
http://www.rptsoftware.com
 
G

Guest

There is an article on www.4guysfromrolla.com that talks about generating
snapshot files of Access reports automatically.

Some server variables do need to be adjusted, however, and it's not a fast
process.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top