sriky
October 4th, 1999, 02:38 PM
How can I transfer data from an Access database to another (similar) Access database using VB code- Any suggestions greatly appreciated.
Thanks
Thanks
|
Click to See Complete Forum and Search --> : transfer data sriky October 4th, 1999, 02:38 PM How can I transfer data from an Access database to another (similar) Access database using VB code- Any suggestions greatly appreciated. Thanks czimmerman October 4th, 1999, 06:06 PM 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 czimmerman@freevbcode.com Lothar Haensler October 5th, 1999, 03:36 AM you could use (OLE) automation to invoke the Access methods for exporting and importing... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |