Linked Tables Manager

R

Ryan

I would like to have the Link tables manager to pop up
apon starting a database for the first time. But I
cannot figure out how to do this.

Can any body offer any suggestions.

Thanks in advance

ryan
 
E

Eric Butts [MSFT]

Hi Ryan,

Create an AutoExec macro that uses the Action

RunCommand
Command: LinkTableManager

Or if using VBA

DoCmd.RunCommand acCmdLinkedTableManager


I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."

This posting is provided "AS IS" with no warranties, and confers no rights


--------------------
| Content-Class: urn:content-classes:message
| From: "Ryan" <[email protected]>
| Sender: "Ryan" <[email protected]>
| Subject: Linked Tables Manager
| Date: Wed, 16 Jun 2004 09:47:53 -0700
| Lines: 9
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcRTwarAbc8DS6JVTjyFkcYc4PmRng==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.access.tablesdbdesign
| Path: cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.access.tablesdbdesign:80776
| NNTP-Posting-Host: tk2msftngxa11.phx.gbl 10.40.1.163
| X-Tomcat-NG: microsoft.public.access.tablesdbdesign
|
| I would like to have the Link tables manager to pop up
| apon starting a database for the first time. But I
| cannot figure out how to do this.
|
| Can any body offer any suggestions.
|
| Thanks in advance
|
| ryan
|
 
D

Duane Hookom

The only thing missing is "apon starting a database for the first time". I
use code in the on open of a splash screen (or startup code) that attempts
to open a recordset based on a linked table. If the code errs, then the
error handling runs a function that relinks the tables.
 
R

ryan

thanks

ryan
-----Original Message-----
Hi Ryan,

Create an AutoExec macro that uses the Action

RunCommand
Command: LinkTableManager

Or if using VBA

DoCmd.RunCommand acCmdLinkedTableManager


I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<http://www.microsoft.com/security/security_bulletins/ms0 3-026.asp> and/or
to visit Windows Update at
 

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