Access9001
Registered User.
- Local time
- Today, 14:52
- Joined
- Feb 18, 2010
- Messages
- 268
Is this a good way to handle things:
-Database that strictly makes tables and inserts them into storage db's
-The storage db's that hold the data
-A linker-db that link-tables everything in the storage db's that are required for present-day processes and has all relevant queries for manipulating/processing the table data
-A "common" db that has essential VBA functions like exporting things in certain formats/merging pdfs/emailing queries and files/other processing/etc, where any other frontend DB automatically imports these common VBA functions so that they can be used on the linker/query DB.
-Frontend DB's that access the linker db for viewing/editing data
-Database that strictly makes tables and inserts them into storage db's
-The storage db's that hold the data
-A linker-db that link-tables everything in the storage db's that are required for present-day processes and has all relevant queries for manipulating/processing the table data
-A "common" db that has essential VBA functions like exporting things in certain formats/merging pdfs/emailing queries and files/other processing/etc, where any other frontend DB automatically imports these common VBA functions so that they can be used on the linker/query DB.
-Frontend DB's that access the linker db for viewing/editing data