ACC2000: Browser Link Opens Multiple Instances of Microsoft AccessID: Q208797
|
In a Microsoft Access database, if you have a built-in Switchboard or a custom form that contains a class module as a Startup form, and you open the database through a link from a Web page, it may open multiple instances of Access.
This problem may occur if the following conditions are true:
To work around this problem, change the link from a file reference to a URL as described in the following example.
<a href="file:///C:/Samples/Northwind.mdb">Northwind</a>
to:
<a href="/Northwind.mdb">Northwind</a>
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
<a href="file:///C:/Samples/Northwind.mdb">Northwind</a>
-or-
<a href="file://<webserver>/<virtual directory>/Northwind.mdb">Northwind</a>
For more information about hyperlinks, click Microsoft Access Help on the
Help menu, type "hyperlinks" in the Office Assistant or the Answer Wizard,
and then click Search to view the topics returned.
For more information about creating virtual directories, refer to the
documentation for the relevant Web Server software.
Additional query words: multiple IE link
Keywords : kbdta FmrProp IntLink IntAsp
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 14, 1999