Access9001
Registered User.
- Local time
- Today, 03:36
- Joined
- Feb 18, 2010
- Messages
- 268
Under Access 2003, what is a good way to separate this?
My initial idea:
MakeTable.mdb, which creates multiple large tables and stores them in:
DataStorage1.mdb
And checks the size of each mdb as it does so. If DS1 gets too big, then it will create and start storing the tables in DataStorage2.mdb and so forth.
Then we have:
QueriesAndLinks.mdb, which link-tables to every table as located in DS1, DS2, DS3, etc, with all relevant output queries/views.
Is this a wise way to arrange it?
My initial idea:
MakeTable.mdb, which creates multiple large tables and stores them in:
DataStorage1.mdb
And checks the size of each mdb as it does so. If DS1 gets too big, then it will create and start storing the tables in DataStorage2.mdb and so forth.
Then we have:
QueriesAndLinks.mdb, which link-tables to every table as located in DS1, DS2, DS3, etc, with all relevant output queries/views.
Is this a wise way to arrange it?