Hi,
I have created 3 databases: employees1, employees2, employees3.
In each database there are exactly the same tables (e.g. personal data table and career table) but with obviously different data. In practice I had thought of creating own database for each employee, and then connecting all to a database that only served as a grouping and search of data but the real data and tables are all subdivided.
I then tried to connect all 3 tables (employees1, employees2, employees3) to a database which I called for example "import.accdb" and I wanted to have the list of all the records contained in the tables.
So I make the query, insert employees1.*, employees2.*, employees3.* but the results all come to me on a single record, in practice it has merged all the tables.
Instead, I wanted to "queue" all the records in the tables, each record a row, so as to have the list of all the employees but from different databases.
Is it possible to do this?
Thanks in advance
I have created 3 databases: employees1, employees2, employees3.
In each database there are exactly the same tables (e.g. personal data table and career table) but with obviously different data. In practice I had thought of creating own database for each employee, and then connecting all to a database that only served as a grouping and search of data but the real data and tables are all subdivided.
I then tried to connect all 3 tables (employees1, employees2, employees3) to a database which I called for example "import.accdb" and I wanted to have the list of all the records contained in the tables.
So I make the query, insert employees1.*, employees2.*, employees3.* but the results all come to me on a single record, in practice it has merged all the tables.
Instead, I wanted to "queue" all the records in the tables, each record a row, so as to have the list of all the employees but from different databases.
Is it possible to do this?
Thanks in advance