Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Reports 1

Status
Not open for further replies.

MMund

Programmer
Oct 9, 2007
57
CA
We have an intranet site using ASP, and also an Access-based time-reporting system written in Access. The boss wants to view the Access reports on the intranet. Is there a way to make this happen?
 
You could write an ASP that connects to the MDB using ADO. Then the ASP builds some HTML that looks like a report.

Might be problems if other people are editing the MDB at the same time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top