Is there a way to run link tables thru code?

  • Thread starter Thread starter Damon Heron
  • Start date Start date
D

Damon Heron

Is it possible to link tables at startup in code and test for links in the
same code? I have the menu item "Link Tables" on the menu right now, but
the user may link the tables over and over again. I would like to be able
to automatically test for a link at startup and if it exists, then disable
any link option, or else link the tables.

Thanks in advance

Damon
 
What code are you currently using? In essence, you can compare the current
Connect property to the desired linkage, and not relink if they're the same.
On the other hand, what difference does it make if the user insists on
relinking?
 

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

Back
Top