ACC97: Browser Link Opens Multiple Instances of Microsoft AccessID: Q186308
|
When a Microsoft Access database uses 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, multiple instances of Microsoft Access may be opened.
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>
<a href="/Northwind.mdb">Northwind</a>
Microsoft has confirmed this to be a problem in Microsoft Access 97.
<a href="file:///C:/Samples/Northwind.mdb">Northwind</a>
<a href="file://<webserver>/<virtual directory>/ _ Northwind.mdb">Northwind</a>
For more information about hyperlinks, search the Help Index for
"hyperlinks," and click "About hyperlink addresses in hyperlink fields and
controls," or ask the Microsoft Access 97 Office Assistant.
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:97
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 21, 1999