Jan 26, 2001 #1 33216CLC Programmer Joined Aug 17, 2000 Messages 173 Location 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 Joined Jan 17, 2001 Messages 13 Location 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 Joined Aug 17, 2000 Messages 173 Location BS Thanks Dave. Upvote 0 Downvote