Exporting database object using only vba (1 Viewer)

NigelShaw

Registered User.
Local time
Today, 15:42
Joined
Jan 11, 2008
Messages
1,573
Hi

can you export forms tables and modules for a database into another using only vba?

I'm trying to create a button whereas you browse to you db and connect then export your form and table using only vb. You can do this in excel so was wondering if it can be done in access



Thanks

nigel
 

SOS

Registered Lunatic
Local time
Today, 07:42
Joined
Aug 27, 2008
Messages
3,517
Look into using

DoCmd.TransferDatabase
 

Users who are viewing this thread

Top Bottom