Hello,
I have two databases.
One is an oldish purchased database. It holds accounts information in around 2000 separate tables. For ease i will call it ACCOUNTS.
The other is my database. Called CLIENTS. It has a table called PERSONS which in turn has a field CLIENTACCOUNT which stores the corresponding table number for the ACCOUNTS database.
I would like to open a form in CLIENTS called INFO which will display the correct table from accounts.
Please could someone help with the best way to connect to the external database.
I have linked tables in the past, but obviously linking 2000 + tables manually is a none starter.
My main criteria for this project is as follows.
1. The data is for display only and is not to be updated.
2. I need to link to the ACCOUNTS database whilst it is open and in use and want to minimise any chance of the ACCOUNTS database being corrupted by others accessing it. Is it best to access he data as a snapshot from this point if view?
Many thanks, mark.
I have two databases.
One is an oldish purchased database. It holds accounts information in around 2000 separate tables. For ease i will call it ACCOUNTS.
The other is my database. Called CLIENTS. It has a table called PERSONS which in turn has a field CLIENTACCOUNT which stores the corresponding table number for the ACCOUNTS database.
I would like to open a form in CLIENTS called INFO which will display the correct table from accounts.
Please could someone help with the best way to connect to the external database.
I have linked tables in the past, but obviously linking 2000 + tables manually is a none starter.
My main criteria for this project is as follows.
1. The data is for display only and is not to be updated.
2. I need to link to the ACCOUNTS database whilst it is open and in use and want to minimise any chance of the ACCOUNTS database being corrupted by others accessing it. Is it best to access he data as a snapshot from this point if view?
Many thanks, mark.