ACC97: Access IPF Using Find on Object That Is Checked In

Last reviewed: June 4, 1997
Article ID: Q163056
The information in this article applies to:
  • Microsoft Access 97

SYMPTOMS

Advanced: Requires expert coding, interoperability, and multiuser skills.

When you use the Find command to find an object located behind a form or report which has not been checked out, you may receive one of the following error messages when you try to check out the object

   MSACCESS caused an invalid page fault in module MSJET35.DLL

   -or-

   The form name '<Garbage Characters or Blank>' is misspelled or refers
   to a form that doesn't exist.

   followed by:

   MSACCESS caused an invalid page fault in module VBA332.DLL

There is no data loss or project corruption, but any changes to unsaved objects are lost when Microsoft Access quits.

This article assumes that you are familiar with using the client-side capabilities of Visual SourceSafe. For more information about Visual SourceSafe, please refer to the "Visual SourceSafe User's Guide" or the Help topics available from the Visual SourceSafe menu.

RESOLUTION

When Microsoft Access asks if you want to check out the form or report, click No. Then check out the object from the Database window by pointing to SourceSafe on the Tools menu, and then clicking Check Out.

STATUS

Microsoft 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 INFORMATION

Steps to Reproduce Problem

WARNING: Following these steps will cause a general protection fault on your computer. Make sure you save and close any open work on your computer before following these steps.

  1. Create a new database and name it VssTest.mdb.

  2. Create a new form not based on any table or query in Design view.

  3. On the View menu, click Code.

  4. Type the following procedure:

           Function Test()
    
              dim Kaboom as String
           End Function
    
    

  5. Save the form as Form1 and close it.

  6. Add the database to SourceSafe control by pointing to SourceSafe on the Tools menu, and then click "Add Database to SourceSafe."

  7. Quit Microsoft Access.

  8. Start Microsoft Access and open VssTest.mdb.

  9. Create a new Module in Design view.

  10. On the Edit menu, click Find.

  11. In the Find What box, type Kaboom. Select Current Database in the

        Search section, and then click Find Next.
    

  12. When prompted if you want to Check Out the Form, click Yes. Note that

        you receive the error, and then Microsoft Access quits.
    


Additional query words: VSS GPF ACCSCC SCC source safe
Keywords : EvnGpf kberrmsg kbusage ssacc ssint
Version : 97
Platform : WINDOWS
Hardware : X86
Issue type : kbprb


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 4, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.