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

Import a specific access table into new mdb

Status
Not open for further replies.

AccessGuruCarl

Programmer
Joined
Jul 3, 2004
Messages
471
Location
US
I'm trying to reduce the user from browsing for and selecting the table needed for importing.

I know the path, and table name. How can I code this in VBA so the the user just clicks the button and when the import finishes I just prompt a message. Instead of the user having to browse folders, select the mdb, and then the table.

Thanks...

AccessGuruCarl
Programmers helping programmers
you can't find a better site.
 
You need the

DoCmd.TransferDatabase

Karl
 
Thanks,

I found it shortly after posting.

Thanks Again.

AccessGuruCarl
Programmers helping programmers
you can't find a better site.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top