If you have access to MDB and you can change them, you can use Linked Tables. Access provides the ability to bind to external data (in other MDBs, in Excel files, even in SQL Server or Oracle), and then you can perform your joins by reference.
I would highly recommend such performance testing. If it is possible to transfer Access database users to another system (even SQL Express), this would also be preferable - the last time I checked, there are no more 64-bit JET drivers for ODBC, so if the application is ever hosted in 64 in a bit environment these users will be closed.
source
share