Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Union atuomation !

Status
Not open for further replies.

amal1973

Technical User
Jul 31, 2001
131
0
0
US
Hello ..
I receive three databases every month. Every database has a table that is exactly the same in the other databases. What I would like to do is create my own database and to create a table that has the same structure as the other three tables and start appending data to it.
I rally would appreciate any help in automating this process using vba .
Thanks
 
A nice way to do this might be:

Have a fixed folder where to store the 3db.
In 'your' db have a form which (use DIR) shows the db's in that folder in a combobox.
In the cboAfterUpdate put code that links the table of the db chosen.

Make an append query that appends the data to the already existing table in your db.

Enjoy VBA.
Hans
 
Thanks for your replay.. Any Code will help :)
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top