Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: How to Suppress the Convert/Open Database Dialog Box


View products that this article applies to.

This article was previously published under Q275164
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986 (http://support.microsoft.com/kb/256986/EN-US/ ) Description of the Microsoft Windows Registry
Moderate: Requires basic macro, coding, and interoperability skills.

This article applies only to a Microsoft Access database (.mdb).

For a Microsoft Access 2002 version of this article, see 290291 (http://support.microsoft.com/kb/290291/EN-US/ ) .

↑ Back to the top


Summary

If you do not want to see the Convert/Open Database dialog box when you open an Access 97 database in Access 2000, you can suppress the dialog box by adding a registry entry called NoConvertDialog to the Access Settings key.

This setting does not prevent conversion; it only prevents the initial Convert/Open Database dialog box from being displayed when the database is opened. You can still convert the database by any other available means.

↑ Back to the top


More information

The following steps describe how to add the NoConvertDialog subkey, which controls whether the Convert/Open Database dialog box is displayed.

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK. Registry Editor opens.
  3. Locate the following subkey, and select the Settings subkey:
    HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Access\Settings\
  4. On the Edit menu, point to New, and then click DWORD Value.
  5. Name the new DWORD NoConvertDialog.
  6. Double-click the new NoConvertDialog DWORD.
  7. Set Value Data to either 0 or 1, and the Base to Decimal. There are two possible settings for Value Data:
    • 1 - Opens the database without prompting you and leaves the database in the original format.
    • 0 - Displays the Convert/Open Database dialog box.
  8. Set the value to 1 so that the dialog box does not appear. Click OK, and then close Registry Editor.
  9. Open Access 2000, and click Open on the File menu.
  10. Browse to a copy of an Access 97 database and open it. Note that the database opens without prompting you to open it or convert it. The database remains in Access 97 format.
NOTE: If you later want to convert the database, point to Database Utilities on the Tools menu, point to Convert Database, and then click To Current Access Database Version.

↑ Back to the top


Keywords: KB275164, kbhowto

↑ Back to the top

Article Info
Article ID : 275164
Revision : 2
Created on : 6/30/2004
Published on : 6/30/2004
Exists online : False
Views : 283