Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old January 20th, 2006, 02:57 PM
rwd@jvkcpa.com
Guest
 
Posts: n/a
Default Combining databases

I have 10 data bases all with the same structure that I need to
combine. They are large enough so that copy and append takes a great
deal of time.

  #2  
Old January 20th, 2006, 04:45 PM
BB
Guest
 
Posts: n/a
Default Re: Combining databases

That's 10 Access databases? How many tables in each one? Is this
something you need to do only once or do you do regular update? I
think we need a little more detail to go on.

  #3  
Old January 20th, 2006, 06:05 PM
Danny J. Lesandrini
Guest
 
Posts: n/a
Default Re: Combining databases

I wrote an article on this, and there's a code download. It's NOT a utility, but
it might serve as a good starting point for writing your own code for merging.

http://www.databasejournal.com/featu...le.php/2236471

There's an updated download at my site
http://amazecreations.com/datafast/daaug.aspx
--

Danny J. Lesandrini
dlesandrini@hotmail.com
http://amazecreations.com/datafast


<rwd@jvkcpa.com> wrote ...[color=blue]
>I have 10 data bases all with the same structure that I need to
> combine. They are large enough so that copy and append takes a great
> deal of time.
>[/color]


  #4  
Old January 20th, 2006, 10:15 PM
rwd@jvkcpa.com
Guest
 
Posts: n/a
Default Re: Combining databases

Sorry, there are 10 tables that have the exact same structure. I want
to combine them.

  #5  
Old January 20th, 2006, 10:25 PM
pietlinden@hotmail.com
Guest
 
Posts: n/a
Default Re: Combining databases

can't you use an outer join to determine which records are unique and
then import the results to the destination table? Use the Find
Unmathed query wizard and then turn that query into an append query.

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles