C
Céline Brien
Hi everybody,
I have two databases in two different offices.
I need to create a third database that will work with the data of those two
databases.
Here is how I was going to realise this :
1) Create an intermediary database with a link to the tables of the office 1
and 2.
- Table Members of office 1 would be call Members1
- Table Members of office 2 would be cal Members2
- Union Query to put together tables Membres1 and Members2.
- Creation Table Query using Union Query to create table Members.
Note : AutoNumber of members are starting at 500001 in office 2
2) Copy one of the database and link tables to tables of the intermediary
database.
Do you have a better way to proceed ?
Comments welcome.
Many thanks,
Céline
I have two databases in two different offices.
I need to create a third database that will work with the data of those two
databases.
Here is how I was going to realise this :
1) Create an intermediary database with a link to the tables of the office 1
and 2.
- Table Members of office 1 would be call Members1
- Table Members of office 2 would be cal Members2
- Union Query to put together tables Membres1 and Members2.
- Creation Table Query using Union Query to create table Members.
Note : AutoNumber of members are starting at 500001 in office 2
2) Copy one of the database and link tables to tables of the intermediary
database.
Do you have a better way to proceed ?
Comments welcome.
Many thanks,
Céline