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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening up database

Status
Not open for further replies.

florida41

Technical User
May 13, 2004
95
0
0
US
How can I open an Access database from a web page?
It opens if I put this file path in the URL address in the IE browser:

file:////myInfoServer/test.mdb



But when I try and put it as a link for a web page:

Code:
<a href="file:////myInfoServer/test.mdb">test</a>

It doesnt want to open.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top