Split Database Architecture
Home >> Split Database Architecture
MS Access database allows you to create large database as per your requirements. The Access database contains numerous tables, views, reports, forms, stored procedure, triggers and more. When you add more database components to the database, the size of the Access database becomes larger and the overall designing of the database becomes critical. The best possible way to reduce the criticality and avoid errors is by splitting the Access database into a front-end and back-end database.
You need to take an existing Access database file- MDB or ACCDB- and divide it into two databases:
- The "Front-End" database contains the links and application objects to the tables in the back-end database
- The "Back-End" database only contains the tables



