Connecting Tech Pros Worldwide Help | Site Map

import data with identical table names

  #1  
Old December 12th, 2006, 12:55 AM
Parasyke
Guest
 
Posts: n/a
Thanks in advance to anyone on this... I have a central (Access 2003)
database that I need to import about 10 tables from other databases
(also Access 2003). Unfortunately they all have the table with an
identical name (Orders). Due to the complexity of each database I can't
easily cahnge the name of the ten. Is there a way I can import these
daily and rename them (assuming that is the way?). My goal in the end
is to have a master table (or virtual table through queries) that
aggregates all the day's orders. In all there will be about 200 records
per table. Any clues, strategy? Thanks! Dav

  #2  
Old December 12th, 2006, 03:05 AM
barry.edmund.wright@sympatico.ca
Guest
 
Posts: n/a

re: import data with identical table names


Dav,

There are a number of ways to do this:
The tables in the decentralized DB can be linked to the central DB if
they are visible on a network.

If not directly linkable can the decentralized DBs be copied to a local
drive and then linked.

Linking to a table with the same name automatically changes the name by
adding a 1 or a 2 if three table have the same name.

You may want to use an append query to append all the records to the
Order table in the central DB. Of course all the DBs still must be
visible to one another.

Cheers,
Barry




Parasyke wrote:
Quote:
Thanks in advance to anyone on this... I have a central (Access 2003)
database that I need to import about 10 tables from other databases
(also Access 2003). Unfortunately they all have the table with an
identical name (Orders). Due to the complexity of each database I can't
easily cahnge the name of the ten. Is there a way I can import these
daily and rename them (assuming that is the way?). My goal in the end
is to have a master table (or virtual table through queries) that
aggregates all the day's orders. In all there will be about 200 records
per table. Any clues, strategy? Thanks! Dav
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Safe eval of insecure strings containing Python data structures? James Mills answers 3 October 14th, 2008 04:05 PM
Linking two databases? Tyler answers 4 June 19th, 2007 06:05 PM
How to do basic CRUD apps with Python walterbyrd answers 11 May 20th, 2007 08:35 PM
Need help with query netpurpose answers 9 July 20th, 2005 02:20 AM