Question

I developer a report in Access 2007 and i want to know if there is any way that allow me to view this report in Asp.net web page ?

Was it helpful?

Solution

Not an ASP.Net page but one possible option would be to export the report as a snapshot (*.snp) file. Then you can embed the file into a HTML web page.

You would have to re-export the report each time to update it though. Also the user would have to install the snapshot viewer on their PC Download Link

I think it still works with Access 2007 see MS kb article

The HTML code would be something like:

HTML Sample Code

For more information see Automate publishing a report snapshot to the Web

OTHER TIPS

You should be able to connect to Access just like any other DB, and display the data using a ASP.Net DataGrid.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top