[ Team LiB ] Previous Section Next Section

Using the Database Splitter

When you're designing an application, you should split the application objects into two separate .MDB files. One .MDB file should contain the tables, and the other should contain the application queries, forms, reports, data access pages, macros, and modules. This allows you and others to enter data while you continue to refine the other application objects. When you need to make changes to the application, you simply copy the application database. When you have made the appropriate changes, you can copy the application database over the production copy without overwriting the data in the data database.

To split the objects in a database into two separate .MDB files, follow these steps:

  1. Open the database whose objects you want to split.

  2. Choose Tools | Database Utilities | Database Splitter to open the Database Splitter Wizard, shown in Figure 20.4.

    Figure 20.4. The Database Splitter Wizard.

    graphics/20fig04.jpg

  3. Click Split Database. The Create Back-end Database dialog box appears (see Figure 20.5). Enter a name for the database that will contain all the tables.

    Figure 20.5. Entering a name for a new shared database.

    graphics/20fig05.jpg

  4. Click Split. The Database Splitter Wizard creates a new database that holds all the tables. It creates links between the current database and the database that contains the tables. (See Figure 20.6.)

    Figure 20.6. A database that has been split.

    graphics/20fig06.jpg

    [ Team LiB ] Previous Section Next Section