Connecting Tech Pros Worldwide Help | Site Map

linked table manager

Ian Davies
Guest
 
Posts: n/a
#1: Nov 13 '05
Does anyone know how to open the linked table manager using VBA code behind
a comand button in Access2000

Ian


Van T. Dinh
Guest
 
Posts: n/a
#2: Nov 13 '05

re: linked table manager


DoCmd.RunCommand acCmdLinkedTableManager

--
HTH
Van T. Dinh




"Ian Davies" <iandandav@hotmail.com> wrote in message
news:cjs6cs$qpv$1@newsg1.svr.pol.co.uk...[color=blue]
> Does anyone know how to open the linked table manager using VBA code[/color]
behind[color=blue]
> a comand button in Access2000
>
> Ian
>
>[/color]


David Schofield
Guest
 
Posts: n/a
#3: Nov 13 '05

re: linked table manager


On Mon, 4 Oct 2004 19:56:32 +0100, "Ian Davies"
<iandandav@hotmail.com> wrote:
[color=blue]
>Does anyone know how to open the linked table manager using VBA code behind
>a comand button in Access2000
>
>Ian
>
>[/color]
Hi

Something like

CommandBars("Menu
Bar").Controls("Tools").Controls("Add-Ins").Controls("Linked Table
Manager").Execute

Adjust if necsesary to your version of access

David

Closed Thread