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!

Making a copy of an existing Access database.

Status
Not open for further replies.

33216CLC

Programmer
Aug 17, 2000
173
0
0
BS
Hi,

I would like to copy the database structure and the data from some of the tables of an existing database using VB Code. How can I best go about this?
 
MyDatabase = CommonDialog1.FileName
CompactDatabase CurDir & "\template.tem", MyDatabase
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top