Import Data

C

Chris

Hi
Does anyone know how to import data from an Access-Database. In the
Access-Database I got three tables: Company, Contact-Person and Histories to
Contact-Persons (linked by IDs). This cannot be done with the import-wizard
in BCM, the linking between Companies and Contact-Persons are not supported.
Is it possible to fill the data directly to the bcm database?
 
S

SSinha

Hi Chris,

Data cannot be directly added to the BCM database from Access. You will have
to use th import feature itself.

Hi Chris,
Data cannot be directly added to the BCM database from Access. You will have
to use th import feature itself.
 
C

Chris

Thanks for your reply

It seems to be impossible to import data from linked tables for expl. from
access. What will users do, who have thousands company- and
contact-addresses?

Chris
 
L

Luther

If your data is spread across several tables, you'll have to aggregate
the fields you want into a single view and then export that table to
CSV and import it into BCM.

There's no way any application can guess which fields scattered across
multiple tables in a database are important to you.
 
Top