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

VBA routines to create a new access db

Status
Not open for further replies.

SkyHigh

Technical User
May 30, 2002
309
0
0
CA
Hi Folks
I need VBA code to create a new access database into a given path, give it a name and export a couple table into it from within an access application.

Your quick help would be greatly appreciated.

Thanks
Brenda
 
Hi SkyHigh,

Take a look at the TransferDatabase and/or NewCurrentDatabase Method

This should get you in the right direction.

Carl

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

Part and Inventory Search

Sponsor

Back
Top