The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
-or-
-or- The latter two error messages cause Microsoft Access to shut down. This article assumes that you are familiar with Visual Basic for Applications and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information about Visual Basic for Applications, please refer to the "Building Applications with Microsoft Access 97" manual. CAUSEYou may be using an uninitialized string variable in the Address argument of the FollowHyperlink method. RESOLUTION
Write your procedure to initialize the string variable, or check its value
before you call the FollowHyperlink method.
The next sample procedure checks the value of the string variable before
passing it to the FollowHyperlink method:
STATUSMicrosoft has confirmed this to be a problem in Microsoft Access 97. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce BehaviorWARNING: Following these steps will cause a page fault on your computer. Make sure you save and close any open work on your computer before following these steps.
REFERENCESFor more information about the FollowHyperlink method, search the Help Index for FollowHyperlink method. Additional query words: Internet intranet gpf null
Keywords : kberrmsg kbusage IntLink |
Last Reviewed: October 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |