combine data from two location

DashDash

New member
Local time
Today, 01:25
Joined
Jan 5, 2011
Messages
5
For some reason, I need to combine some data into one access database. I can think of two ways to do it, but don't know exactly how to do it. hope someone can provide me some advice and suggestion.

first, I can send a copy of the database from my office (A) to another office say (B), and when people finish filling up their data into the table, send back the database and I combine the two table together.

Second, or I can ask office B to send me a excel file with all the data I required and I import them into the database.

however, the difficult part is while office A is filling up the database or the excel file, I cant hold the people in my office to fill up their data as well.

there is a concurrent issue here. In another way to explain is the primary key may be generated by office A or B first, for example, A need to fill the information about a product's price and description. while B needs to fill that product's other attribute like size and weight. How do I combine these information in bulk?

I know how to import data from excel to append access, it is simple there is no duplicate primary key but how do I update data if it is already in the table?

Thanks for any help in advance.
 
Hi,

How are you getting on with your issue?

One way I can think of is to run data into a temp table from location B then you can run an update query against any record where the ID fields match.
 

Users who are viewing this thread

Back
Top Bottom