In the addins, their is a database splitter! This spit your database into two, so that the tables are at one end and your enduser front is another!
This is handy for multi user databases beacuse it means the administratior can work on the front end while people are still adding information. It also means that when information is put in, it automatically updates on everyones front end. Hope this explains it better!
This is what help says about it:
Split an existing database between its data and its objects
This procedure splits a database into two files: one that contains the tables and one that contains the queries, forms, reports, macros, and modules. This way, users who need to access the data can customize their own forms, reports, and other objects while maintaining a single source of data on the network.
Megan