Have Linked Table Manager run at DB Open

  • Thread starter Thread starter Mary
  • Start date Start date
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
 
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
 
Back
Top