Copying MS Access object (Forms etc) using VB from 1 db to another

  • Thread starter Thread starter Paul M.
  • Start date Start date
P

Paul M.

Hello,
I have a VB .net program that I would like to be able to to do the
following:

Open a source Access database
Get all the forms, reports, tables etc
Copy them all to a second target MS Access database

I tried using (in vb .net):

TargetDB.DoCmd.CopyObject

but I cant seem to get all the parameters right.

Can anyone help?

Cheers
Paul
 
Back
Top