I agree in general that Access tables should not be used for anything
web-based (unless it's an Intranet with about 5 users).
I have been selling a product for about 10 years now that makes it possible
to produce a web interface to run Access reports. You build the web
interface to collect report criteria using normal web methods and you plug
in my solution (which is a COM dll) and an EXE that lives on your server.
It basically runs ONE instance of Access on your server and sits all day
getting report requests and creating pdf files. It has some scalability
limits (but comparable to some of the low-end web based reporting tools).
I used it at my last job and did about 5000 reports a month (about 1000
users in the company).
I used it for years and replaced numerous reporting systems that used
Crystal reports in the past.
Other low end reporting systems:
- Crystal reports
- Active Reports
High end
- SQL Server Reporting services
- Business Objects
- Cognos
- Microstrategy
- Actuate
- Oracle Reporting
My product might interest you?
http://www.rptsoftware.com/products/reportserver/
Mark