ACC97: Hyperlink Can't Open Object and Web Toolbar DisappearedID: Q191081
|
Moderate: Requires basic macro, coding, and interoperability skills.
When using the FollowHyperLink method to open a secured form or report
within a second Microsoft Access 97 database, you may receive the following
error message:
You don't have permission to run '<form name>'
The form referenced within the hyperlink is secured, and the currently logged on user does not have Open/Run permissions set for that form.
When you use the FollowHyperLink method to open a secured form or report within an external Microsoft Access database, you must first ensure that you have Open/Run permissions set for that form.
Microsoft has confirmed this to be a problem in Microsoft Access 97.
CAUTION: Following the steps in this example will modify the sample database Northwind.mdb. You may want to back up the Northwind.mdb file and perform these steps on a copy of the database.
Sub TestLink()
Application.FollowHyperlink "c:\Program files\Microsoft _
Office\Samples\Northwind.MDB","Form Customers",True
End Sub
TestClass
Keywords : kberrmsg kbdta PgmErr IntLink
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 29, 1999