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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top