WX0996: Setup and Conversion Questions and Answers

Last reviewed: October 21, 1997
Article ID: Q114811
The information in this article applies to:
  • Microsoft Access version 2.0

Moderate: Requires basic macro, coding, and interoperability skills.

The "Setup and Conversion Questions and Answers" (WX0996) Application Note contains questions and answers about Microsoft Access version 2.0 Setup and conversions.

You can obtain this Application Note from the following sources:

  • Microsoft FastTips Technical Library
  • Microsoft Technical Support

For complete information, see the "To Obtain This Application Note" section at the end of this article.

THE TEXT OF WX0996

            Microsoft(R) AnswerPoint Application Note (Text File)
             WX0996: SETUP AND CONVERSION QUESTIONS AND ANSWERS
                                                   Revision Date: 3/94
                                                      No Disk Included

The following information applies to Microsoft Access(R) version 2.0.

| INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY     |
| ACCOMPANY THIS DOCUMENT (collectively referred to as an Application |
| Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER      |
| EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED      |
| WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR       |
| PURPOSE. The user assumes the entire risk as to the accuracy and    |
| the use of this Application Note. This Application Note may be      |
| copied and distributed subject to the following conditions:  1) All |
| text must be copied without modification and all pages must be      |
| included;  2) If software is included, all files on the disk(s)     |
| must be copied without modification (the MS-DOS(R)  utility         |
| diskcopy is appropriate for this purpose);  3) All components of    |
| this Application Note must be distributed together;  and  4) This   |
| Application Note may not be distributed for profit.                 |
|                                                                     |
| Copyright (C) 1994 Microsoft Corporation.  All Rights Reserved.     |
| Microsoft, Microsoft Access, and MS-DOS are registered trademarks   |
| and Windows is a trademark of Microsoft Corporation.                |
|---------------------------------------------------------------------|

1. Q. Is there an easy way for me to remove all or part of
      Microsoft Access from my computer?

   A. Microsoft Access Setup now has a maintenance mode for adding or
      removing Microsoft Access components. After you originally
      install Microsoft Access, Setup automatically runs in
      maintenance mode. To remove the entire Microsoft Access program
      from your hard disk, start Setup and then choose the Remove All
      button. Setup will remove the Microsoft Access program and the
      associated icons in Program Manager, but will not remove the
      Microsoft Access directory, the Program Manager group, user-
      created  .MDB and .LDB files, or shared .DLL files in the
      WINDOWS\SYSTEM directory.

      To change specific components, choose the Add/Remove button in
      Setup. Select the check box for any component you want to add,
      or clear the check box for any component you want to remove.
      Setup prompts you to verify the components you are removing. If
      a selected component is already installed, Setup does not
      reinstall it. To reinstall a component, you must first remove
      the component and then install it. An example is available in
      the fax or mail copy of this script.

      For example, to reinstall the sample database NWIND.MDB, use
      the following 10 steps:

      1. Start Microsoft Access Setup.

      2. Choose Add/Remove.

      3. In the Options box, select Sample Apps, and then choose
         Change Option.

      4. Clear the Northwind Traders check box, and then
         choose OK.

      5. Choose Continue, and then choose Yes when you are
         prompted to confirm that you want to remove the component.

      6. Start Setup again after it finishes.

      7. Choose Add/Remove.

      8. In the Options box, choose Sample Apps, and then choose
          Change Option.

      9. Select the Northwind Traders check box, and then
         choose OK.

      10. Choose Continue.

2. Q. Why does the Microsoft Access Setup program not complete
      successfully?

   A. There are several things that may prevent the Microsoft Access
      Setup program from completing successfully. Four
      troubleshooting tips are available in the fax or mail copy of
      this script.

       1. Make sure you have enough free disk space. Disk-compression
          utilities, such as DoubleSpace, make your hard disk seem
          larger than it actually is by compressing the files on the
          disk. However, if you set the DoubleSpace compression ratio
          for your hard disk to 16 to 1, you might see 160 MB of free
          space where there is actually only 10 MB of space available.

       2. Make sure that your problem is not due to a bad installation
          disk by copying the disk to an empty directory on your hard
          disk. If the disk can be copied with no errors, then the
          disk is not bad. If you do receive an error message when you
          are copying the disk, obtain a replacement disk by calling
          Microsoft Sales Information Center at (800) 426-9400.

       3. Make sure that the PATH statement in your AUTOEXEC.BAT file
          includes the complete path to your Windows directory,
          including the drive letter. For example, if your Windows
          directory is named WINDOWS and is on drive C, your PATH
          statement must include:

             path=c:\windows;c:\dos

          IMPORTANT: If you change the PATH statement, you must
          restart your computer before the change takes effect.

       4. In your CONFIG.SYS and AUTOEXEC.BAT files, include only the
          devices or drivers necessary to run Windows and your
          computer. Remove any third-party memory managers and virus-
          checking software. In Windows, close all other applications,
          including virus-checking software and screen savers, before
          you run Microsoft Access Setup.

       For additional information about configuring your CONFIG.SYS
       and AUTOEXEC.BAT files and troubleshooting Setup problems, you
       can order item number Q96109 by selecting the FastTips
       Technical Library option from the FastTips Main Menu.

3. Q. Can I install Microsoft Access 2.0 over my current
      installation of Microsoft Access version 1.x?

   A. Microsoft Access 2.0 is designed to install over Microsoft
      Access 1.x files. However, to avoid any potential naming
      conflicts among database files, you may want to install
      Microsoft Access 2.0 in a new directory, or at least back up
      your existing database files before running Setup. Install
      Microsoft Access 2.0 in a different directory if you want to
      retain your previous version of Microsoft Access.

      If you plan to create or modify databases that are compatible
      with Microsoft Access 1.x, you should install Microsoft Access
      2.0 in a different directory. Once you convert a version 1.x
      database to version 2.0, you will not be able to open that
      database in version 1.x again. Microsoft Access 2.0 can open
      version 1.x databases and modify the data, but will not allow
      you to create new objects or modify existing objects. To do
      this, you must convert the database to version 2.0.

4. Q. How do I set up Microsoft Access 2.0 for shared use on a
      network?

   A. Network installation is a two-step process. First, install
      Microsoft Access on the network file server by running the
      administrator Setup command SETUP /A from the Setup disk. Next,
      set up each workstation by running Setup from the network file
      server. Note that there is no SETUP /N command to set up
      workstations as there was in Microsoft Access version 1.x.

      When you are setting up the workstations, you can choose to
      install Microsoft Access on each workstation's hard disk, or to
      set up the workstations to run Microsoft Access from the file
      server. If your network supports the universal naming
      convention (UNC), it is best to start the workstation Setup
      using the UNC path.  Doing this eliminates possible future
      problems with incorrect network drive letter references. In
      addition, you can create custom scripts to set up workstations
      "silently," or without input from the users.

      For detailed network installation instructions, see the
      ACREADME.HLP file that is shipped with Microsoft Access.

5. Q. My validation rules worked correctly in Microsoft Access
      version 1.x, but when I convert my version 1.x database to
      version 2.0, I receive an error message and a Convert Error
      table is created. Why is this?

   A. In Microsoft Access 2.0, validation rules are enforced whenever
      you add or edit data. Because validation rules are always
      enforced, the following items are not valid in default values
      or field-level validation rules:

       - References to fields or controls.

       - User-defined functions.

       - Microsoft Access domain functions.

       - Aggregate functions.

       - CurrentUser() or Eval() functions.

      For additional information about validation rules, you can
      order item number Q<srx940128000575> by selecting the FastTips
      Technical Library option from the FastTips Main Menu.

6. Q. Are there any changes that I should be aware of when I
      convert my database from version 1.x to version 2.0?

   A. Microsoft Access 2.0 contains many changes and new features.
      For specific information about these items, refer to:

       - Microsoft Access "User's Guide", version 2.0, "What's New
         in Version 2.0" section

       - Microsoft Access "User's Guide", version 2.0, Chapter 1,
         "Setting Up Microsoft Access"

       - Microsoft Access "Building Applications", version 2.0,
         Appendix C

       - The ACREADME.HLP file that is shipped with Microsoft Access

7. Q. Why am I unable to create new objects when I open my
      Microsoft Access version 1.x database in Microsoft Access 2.0?

   A. When you open a Microsoft Access version 1.x database in
      Microsoft Access 2.0, you can add or modify data, but you
      cannot create new objects or modify the design of existing
      objects.

      To create new objects or modify the design of existing objects,
      you must first convert your version 1.x database to version
      2.0. To do this, make sure that there are no databases open in
      Microsoft Access, then choose Convert from the File menu. You
      will be prompted for the name of the database to convert and a
      new name for the converted database. Note that if you convert
      your database to version 2.0, it cannot be opened again in
      version 1.x.

      For additional information about database conversion, see the
      Microsoft Access "User's Guide," version 2.0, Chapter 1,
      "Setting Up Microsoft Access."

8. Q. Can Microsoft Access version 1.x read a version 2.0
      database?

   A. Microsoft Access 1.x cannot read a version 2.0 database. Also,
      you cannot convert a Microsoft Access 2.0 database to version
      1.x format. You can export your version 2.0 tables to a 1.x
      database, but because of all the new features in version 2.0,
      you cannot convert any other objects. Therefore, be sure to
      keep 1.x versions of your databases until you have upgraded all
      of your users to version 2.0.

      For more information about using version 1.x databases in
      version 2.0, see the Microsoft Access "User's Guide", version
      2.0, Chapter 1, "Setting Up Microsoft Access."

9. Q. How much hard disk space is required to install Microsoft
      Access 2.0?

   A. The Microsoft Access Setup program has three installation
      options, each having different disk space requirements. The
      space needed for each option is listed below:

       - Typical. For a Typical installation, you need approximately
         19 MB of disk space (15 MB in the Microsoft Access
         directory, plus 4 MB in the Windows directory).

         NOTE: The Typical installation installs all of the Microsoft
         Access components except for Open Database Connectivity
         (ODBC). To install ODBC, you must choose the Complete/Custom
         option.

       - Complete/Custom. For a Complete installation, you need
         approximately 20 MB of disk space (15 MB in the Microsoft
         Access directory, plus 5 MB in the Windows directory).

       - Laptop/Minimum. For a Laptop/Minimum installation, you need
         approximately 5 MB of disk space (4.5 MB in the Microsoft
         Access directory, plus 0.5 MB in the Windows directory).

TO OBTAIN THIS APPLICATION NOTE

  • You can have this Application Note mailed or faxed to you from the automated Microsoft FastTips Technical Library, which you can call 24 hours a day, 7 days a week at (800) 936-4100. NOTE: The FastTips Technical Library is available only to customers within the U.S. and Canada.
  • If you are unable to access the source(s) listed above, you can have this Application Note mailed or faxed to you by calling Microsoft Technical Support Monday through Friday, 6:00 A.M. to 6:00 P.M. Pacific time at (425) 635-7050. If you are outside the United States, contact the Microsoft subsidiary for your area. To locate your subsidiary, please see the Microsoft World Wide Offices Web Site at:

          http://www.microsoft.com/worldwide/default.htm
    
Keywords          : Fstqa Softlib kbappnote kbfile kbfasttip
Version           : 2.0
Platform          : WINDOWS
Hardware          : x86
Issue type        : kbinfo


================================================================================


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