R
Renald
We have a research database which we use for interview purposes. These
databases consist of several questionnaires. The database contains a list of
customers, preloaded in the database. Once a customer is opened, all
questionnaires are completed and result in tables. Each customer visited gets
a unique ID, wich unique ID is linked with all answers. Now we have several
databases, each with the same basic structure. But with different customers.
However, since the ID's are generated in the several databases, some database
contain one and the same number for different customers.
Question, how can we merge these several databases into one, while we do not
loose any information, and the ID link with the customers is maintained?
I realize this is a rather complicated question, but hope to get the solution.
databases consist of several questionnaires. The database contains a list of
customers, preloaded in the database. Once a customer is opened, all
questionnaires are completed and result in tables. Each customer visited gets
a unique ID, wich unique ID is linked with all answers. Now we have several
databases, each with the same basic structure. But with different customers.
However, since the ID's are generated in the several databases, some database
contain one and the same number for different customers.
Question, how can we merge these several databases into one, while we do not
loose any information, and the ID link with the customers is maintained?
I realize this is a rather complicated question, but hope to get the solution.