Importing tables from a db with a set workgroup

  • Thread starter Thread starter Moch
  • Start date Start date
M

Moch

Guest
Hi,
I'd like to import in VBA code a table in Mydb.mdb from Yourdb.mdb. Yourdb.mdb is protected and to open it I have to use Yourdbwk.mdw.
Then I'd like to export to Yourdb.mdb the table.

I don't know if coud be useful, but If I create a link on my desktop with the following string as destination I can open Mydb.mdb

"C:\Programmi\Microsoft Office\Office10\MSACCESS.EXE" /wrkgrp C:\Programmi\OCM\Data\Yourdbwk..mdw C:\Programmi\OCM\Data\Mydb /user MydbApp

Could someone help me?

Thanks
 

Users who are viewing this thread

Back
Top Bottom