| | Product Information Help and How-to Training Templates Support and Feedback Technical Resources Additional Resources | Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.
Consider splitting any database that several people share
over a network.
Splitting a shared database
can help improve its performance and reduce the chance of database file corruption.
Note Splitting a database is not the same as archiving a database, and this topic does not discuss how to archive data. You archive data by periodically moving older records to a different database, either because the database file grows too quickly to the file size limit, or because you want to keep the database file small and your data cleanly organized by time period. In some circumstances, you can archive data by splitting a database. For more information, see the article Archive Access data.
In this article
Overview
When you split a database, you reorganize it into two files — a back-end database that contains the data tables, and a front-end database that contains all the other database objects such as queries, forms, and reports. Each user interacts with the data by using a local copy of the front-end database.
To split a database, you use the Database Splitter Wizard. After you split the database, you must
distribute the front-end database to your users.
Benefits of a split database
The benefits of a split database include the following:
Top of Page
Before you begin
Before you split a database, consider the following:
Top of Page
Split the database
- On your computer, make a copy of the database that you want to split. Start with the database file on your local hard drive, not on the network share. If the database file is currently shared from your local hard disk drive, you can leave it where it is.
- Open the copy of the database that is on your local hard disk drive.
- On the Database Tools tab, in the Move Data group, click Access Database. The Database Splitter Wizard starts.
- Click Split Database.
- In the Create Back-end Database dialog box, specify a name, a file type, and a location for the back-end database file.
Notes
- When the wizard finishes, it displays a confirmation message.
Your database is now split. The front-end database is the file that you started with (the copy of the original shared database), and the back-end database is located in the network location that you specified in step 5 of this procedure.
Restrict changes to the design of the front-end database
To restrict changes to the front-end database that you distribute, consider saving it as a compiled binary file (an .accde file). In Access 2007, a compiled binary file is a database application file that has been saved with all the Visual Basic Access (VBA) code compiled. No VBA source code remains in an Access compiled binary file. Users cannot change the design of objects in an .accde file.
- Open the front-end database file (.accdb) that you want to save as a compiled binary file (.accde).
- On the Database Tools tab, in the Database Tools group, click Make ACCDE.

- In the Save As dialog box, browse to the folder where you want to save the file, type a name for the file in the File Name box, and then click Save.
Top of Page
Distribute the front-end database
After you split your database, you distribute the front-end database to your users, so that they can start to use the database.
Do one of the following:
- Send an e-mail message to the database users and attach the front-end database file to the message. Include any instructions that will make it easier for your users to start to use the front-end database immediately.
- Save the front-end database file to a network location that all database users can access, and then send your users an e-mail message that specifies the network location together with any other instructions they might need in order to access the database.
- Distribute the front-end database file by using removable media, such as a CD-ROM or a USB thumb drive. If you install the file yourself, you can test it to make sure that it works. If users must install the file, you should include a document that explains to them what they must do to install the file, and who to contact if they encounter difficulties.
Top of Page
|