MUST supports all design approaches using multiple Access Databases.
The simplest application is where a single database contains both data and application objects.
The next level of complexity involves an application database linked to a data database. In this case you have the option
to migrate any data tables in the application database in addition to those in the data database.
MUST can also automatically scan any application databases and replace Access Linked Tables with new SQL Server
Linked Tables, and replace any physical tables with links to new SQL Server tables. Table names are set to be compatible with
existing application code.