Unfortunately Access reports only function through Microsoft Access. In any event I wouldn't recommend using automation with any of the Office apps through ASP.NET since their threading model is not designed for this type of environment.
I would recommend converting the Access reports to Crystal Reports (or another third party product called ActiveReports), which can then be generated and displayed in the ASP.NET environment.
|