Is it better to use a single large db or else link to another db?
Main database is getting a little large.
I have (2) More small db's that I use and was considering whether to
incorporate them or not?
"A little large" for Access is somewhere between 1 and 2 billion bytes
(GByte); the limit is 2 GByte. If your database is 100 megabytes or
so, you're nowhere NEAR "large". How big is your database? How big is
it after you use Tools... Database Utilities... Compact and Repair?
It is prudent to split the database using the Database Splitter Wizard
to put all the tables in a single backend database, and the user
interface in a separate one; this is essential if it's a shared
multiuser database (to avoid bloating and corruption), and certainly
reasonable even for a single user database. Having tables spread
across multiple databases is possible but becomes far more difficult
to manage; for one thing you cannot maintain relational integrity
between tables in different databases. It's doable, but it should only
be done when you're forced to do so.
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps