launch the link tables wizard in Access 2007

P

Pietro

Hi,
How can launch the link tables wizard in Access 2007, knowing that i tried
to use the below code but it gives me error as I'm using a mde file:
DoCmd.RunCommand acCmdImportAttachAccess
 
M

Maurice

I tried this and it worked but on a .accde file so you might have to test on
an .mde

DoCmd.RunCommand acCmdLinkedTableManager

hth
 

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