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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import Tables 1

Status
Not open for further replies.

barbola

Technical User
Feb 27, 2003
1,132
CA
I posted this under Access Modules, not sure that was the right place.

I have two Access db's and I import tables from one to the other using Get External Data. I know I can automate this using VBA but only to the point where the user has to select the file and the tables.

I figured out the rest, how the user can verify the data and then I coded it to rename the tables.

Can I get the code to select the file and the tables automatically?

Thanks!
Barb E.
 
You should be able to automate this whole process easily. See the transferdatabase method under Access help.
 
Thank you this works. I had been using TransferText.


Thanks!
Barb E.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top