G
Guest
I have a database that gathers data from 15 different agencies. At present,
the data is submitted by each agency in paper form and then entered into the
database. It has been suggested that each agency enter their own data into a
copy of this database and then import this data into the current and original
database.
As I am testing this process, I foresee problems with the primary key in
both the parent and related tables. The primary keys that are currently used
are auto number. How will I allow each agency to create an auto number
primary key and then import these records into the original database?
Also, how can I ensure that only new records (no duplicates) will be
appended into the original db?
I'm sure there are other issues I'm not thinking of in synchronizing the 15
new databases into one. Any help is very much appreciated.
the data is submitted by each agency in paper form and then entered into the
database. It has been suggested that each agency enter their own data into a
copy of this database and then import this data into the current and original
database.
As I am testing this process, I foresee problems with the primary key in
both the parent and related tables. The primary keys that are currently used
are auto number. How will I allow each agency to create an auto number
primary key and then import these records into the original database?
Also, how can I ensure that only new records (no duplicates) will be
appended into the original db?
I'm sure there are other issues I'm not thinking of in synchronizing the 15
new databases into one. Any help is very much appreciated.