M
Mark Carlyle via AccessMonster.com
Ok... I have a fairly complex set of databases that I use in a Call center.
Each user has a separate database (I did this because after about 6 users
it got VERY slow). All of the databases (about 15 in all now) have the
same fields with different data. What I want to do is create a single
table/query that holds the data from all of the separate tables in each
database.
EX.
DB1 has data stored in table Leads
ID LastName FirstName Phonenumber
04298382 Smith John 614-555-1212
DB2 has data stored in table Leads as well
ID LastName FirstName Phonenumber
04223382 Jones John 614-555-1213
I want to merge the data so that I will have a new table/query with data as
follows
ID LastName FirstName Phonenumber
04223382 Jones John 614-555-1213
04298382 Smith John 614-555-1212
The ordering of the data is really not important. The most important thing
is eas of pulling that data so we can do searches.
Also I would like to know if the data is updated by linked tables will
changes in the new table/query update the source tables.
Thanks for any help!
Each user has a separate database (I did this because after about 6 users
it got VERY slow). All of the databases (about 15 in all now) have the
same fields with different data. What I want to do is create a single
table/query that holds the data from all of the separate tables in each
database.
EX.
DB1 has data stored in table Leads
ID LastName FirstName Phonenumber
04298382 Smith John 614-555-1212
DB2 has data stored in table Leads as well
ID LastName FirstName Phonenumber
04223382 Jones John 614-555-1213
I want to merge the data so that I will have a new table/query with data as
follows
ID LastName FirstName Phonenumber
04223382 Jones John 614-555-1213
04298382 Smith John 614-555-1212
The ordering of the data is really not important. The most important thing
is eas of pulling that data so we can do searches.
Also I would like to know if the data is updated by linked tables will
changes in the new table/query update the source tables.
Thanks for any help!