Jan 26, 2001 #1 33216CLC Programmer Aug 17, 2000 173 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?
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?
Jan 26, 2001 #2 davec8783 Programmer Jan 17, 2001 13 US MyDatabase = CommonDialog1.FileName CompactDatabase CurDir & "\template.tem", MyDatabase Upvote 0 Downvote
MyDatabase = CommonDialog1.FileName CompactDatabase CurDir & "\template.tem", MyDatabase
Jan 31, 2001 Thread starter #3 33216CLC Programmer Aug 17, 2000 173 BS Thanks Dave. Upvote 0 Downvote