Linked Tables... Calling

  • Thread starter Thread starter Ian Kayser
  • Start date Start date
I

Ian Kayser

I am wondering how one would call the linked tables applet with out pressing
file, external data, linked files.
 
Personal preference mostly. The RunCommands allow you to automate the
Access GUI (graphical user interface). However, this is limited if you ever
run your database in the Runtime environment and I am called to do that
occasionally. So I usually use VBA to create my own interface functions,
thereby not relying on the built in interface.

So in your case, I would create my own relinking function. In fact, on my
website (www.rogersaccesslibrary.com), is a small Access database sample
called "RelinkOnOpen.mdb" which does just that. It's not a general as the
Linked Table Manager, but it links the actual tables I have, which is all I
need for a particular application.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 

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