|
-
October 4th, 1999, 02:38 PM
#1
transfer data
How can I transfer data from an Access database to another (similar) Access database using VB code- Any suggestions greatly appreciated.
Thanks
-
October 4th, 1999, 06:06 PM
#2
Re: transfer data
There are ways to do this using Synchronization and replication, but I personally prefer using the good old-fashioned OpenDatabase, OpenRecordset, AddNew, and Update methods of DAO, especially when we're talking about Access. Perhaps this is just because I'm so used to these.
Charles Zimmerman
http://www.freevbcode.com
[email protected]
-
October 5th, 1999, 03:36 AM
#3
Re: transfer data
you could use (OLE) automation to invoke the Access methods for exporting and importing...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|