Have Linked Table Manager run at DB Open

M

Mary

Is there a way to code the linked table manager to run when the datbase is
opened?

Thanks
 
K

Keven Denen

Is there a way to code the linked table manager to run when the datbase is
opened?

Thanks

If you really want to do this, you can use: RunCommand
acCmdLinkedTableManager. Put that on the open event of whatever your
startup form is.

If you are trying to make sure you relink your tables, check out this
post: http://www.mvps.org/access/tables/tbl0009.htm. It shows how you
can use code to do this automatically without using the linked table
manager.

Keven
 
M

Mary

Keven
Thank you

Keven Denen said:
If you really want to do this, you can use: RunCommand
acCmdLinkedTableManager. Put that on the open event of whatever your
startup form is.

If you are trying to make sure you relink your tables, check out this
post: http://www.mvps.org/access/tables/tbl0009.htm. It shows how you
can use code to do this automatically without using the linked table
manager.

Keven
 

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