Merging files

  • Thread starter Thread starter Jean-Paul De WInter
  • Start date Start date
J

Jean-Paul De WInter

Hi,
Suppose I get data from different sources, and the database structure of
these sources is exactly the same, is there a way to merge these data into
one big database by a simple click of a button???
Thanks
JP
 
Hi Jean-Paul,

You must work with my boss, who also has this concept of a "simple button
click" to achieve miracles. Almost anything can be done with a button click
once all the thought and (often) reams of code have been written to make it
all happen.

If we're talking about Access here, you could "simply" import all the tables
into one database. You could then "simply" copy and paste all the data you
want together into one table (assuming it is excatly the same, as you said).
Alternatively, you could use a UNION query to merge related data.

I don't know of any "simple button clicks", but hopefully somebody else will
so I will watch this thread ;o)

Bon chance!

Jamie
 
Back
Top