Link to home
Start Free TrialLog in
Avatar of Fordraiders
FordraidersFlag for United States of America

asked on

DOCMD-TRANSFERDATABASE-VB EQUIVALENT

I have several tables in a database called
data1.mdb
I'am exporting these tables to another database called
data2.mdb
I'am using the docmd.transferdatabase method
I plan soon to put the program In VB5.
What is the equivalent code to use for VB5 on this method.
Let's say i have two tables called
Table1
Table2
They need to be exported to data2.mdb
fordraiders
ASKER CERTIFIED SOLUTION
Avatar of simonbennett
simonbennett

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of simonbennett
simonbennett

Oh, for the access.application code you need to include a reference to the 'microsoft access 8.0 object library'.