ACC97: Blank DB Icon Missing in Access 95 After Installing 97

Last reviewed: May 14, 1997
Article ID: Q163628
The information in this article applies to:
  • Microsoft Access 97

IMPORTANT: This article contains information about editing the registry. Before you edit the registry, you should first make a backup copy of the registry files (System.dat and User.dat). Both are hidden files in the Windows folder.

SYMPTOMS

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

After you install Microsoft Office 97 Professional Edition or Microsoft Access 97, if you still have Microsoft Access 7.0 on your computer the Blank Database icon in Microsoft Access 7.0 is missing.

CAUSE

The Windows registry entries associated with the Blank Database icon were deleted during Microsoft Office 97 Professional Edition or Microsoft Access 97 Setup.

RESOLUTION

The following steps create a simple text document that you can use to restore the keys and values in the registry needed to bring back the Blank Database icon in Microsoft Access 7.0.

WARNING: Incorrectly editing the registry can cause serious problems that may require you to reinstall Windows 95 or Windows NT. Microsoft cannot guarantee that problems resulting from the incorrect editing of the registry can be solved. Edit the registry at your own risk.

For information about how to edit the registry, view the Changing Keys And Values online Help topic in Registry Editor (Regedit.exe). Note that you should make a backup copy of the registry files (System.dat and User.dat) before you edit the registry.

  1. Start Notepad or another text editor.

  2. Type the following text, observing these important guidelines:

        - REGEDIT4 must be in all capital letters.
        - The underscore (_) at the end of the line containing the name of the
          registry key is a continuation character. Remove the underscore and
          type the entire key on one line.
        - Replace the path specified in the Command key with the path to
          your Microsoft Access 7.0 Msaccess.exe file. The default path is
          shown in the example.
        - Be sure you use double backslashes (\\) in the Command key path.
    

           REGEDIT4
    

           [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft _
           Office\95\FileNew\NFT\General\Blank Database]
           "Name"="Blank Database"
           "Position"=dword:00000000
           "Returncode"=dword:00000001
           "Type"=".mdn"
           "Command"="C:\\MSOffice\\Access\\Msaccess.exe /NEWDB 1"
    

  3. Save the file as Blankico.reg.

  4. Using Windows Explorer or File Manager, locate and double-click the Blankico.reg file. It will automatically register itself in the Windows registry.

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

  1. Run Setup to install Microsoft Access 7.0.

  2. Run Setup to install Microsoft Access 97. Click No when prompted if you want to remove the earlier version.

  3. Start Microsoft Access 7.0, and click Cancel in the opening dialog box.

  4. On the File menu, click New Database. Note that the Blank Database icon is missing from the New dialog box.


Keywords : kbusage StpReg
Version : 97
Platform : WINDOWS
Hardware : X86
Issue type : kbbug
Resolution Type : kbworkaround


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: May 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.