ACC2000: Browser Link Opens Multiple Instances of Microsoft Access (208797)
The information in this article applies to:
This article was previously published under Q208797 Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
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.
NOTE: This can occur in both MDB and MDE files.
CAUSE
This problem may occur if the following conditions are true:
- The Web page is being accessed from Microsoft Internet Explorer 3.x or later.
- The Startup form has its HasModule property set to True or the form is calling a function referencing VBA332.DLL.
- The hyperlink is a file reference.
RESOLUTION
To work around this problem, change the link from a file reference to a URL
as described in the following example.
Example- Close all instances of Access.
- Move or copy the sample database Northwind.mdb to a folder on the Web
server or make the current folder a virtual directory.
- Edit the Web page, changing the file reference to a URL. For example,
change the following
<a href="file:///C:/Samples/Northwind.mdb">Northwind</a>
to:
<a href="/Northwind.mdb">Northwind</a>
- View the Web page with Microsoft Internet Explorer and click the
Northwind hyperlink.
Note that one only one instance of Access is opened.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. REFERENCESFor 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.
Modification Type: | Major | Last Reviewed: | 6/24/2004 |
---|
Keywords: | kbbug kbfix KB208797 |
---|
|