PC Review


Reply
Thread Tools Rate Thread

Change Path Name for Outlook Linked Table

 
 
TS Lim
Guest
Posts: n/a
 
      8th Aug 2008
I have linked the contacts of in my MS Outlook 2007 in Access 2007 ACCDB. The
linked path was automatically created. Now I would like to change the path
name with VBA. How can do it ?

Please help.

Thank you.
--
TS Lim
 
Reply With Quote
 
 
 
 
Alex Dybenko
Guest
Posts: n/a
 
      8th Aug 2008
Hi,
Look at this code:
http://www.mvps.org/access/tables/tbl0009.htm

idea is the same, but you need to change connect string

--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com

"TS Lim" <(E-Mail Removed)> wrote in message
newsCA93970-61E4-4B8F-A721-(E-Mail Removed)...
>I have linked the contacts of in my MS Outlook 2007 in Access 2007 ACCDB.
>The
> linked path was automatically created. Now I would like to change the path
> name with VBA. How can do it ?
>
> Please help.
>
> Thank you.
> --
> TS Lim


 
Reply With Quote
 
TS Lim
Guest
Posts: n/a
 
      9th Aug 2008

--
lts1509


"Alex Dybenko" wrote:

> Hi,
> Look at this code:
> http://www.mvps.org/access/tables/tbl0009.htm
>
> idea is the same, but you need to change connect string
>
> --
> Best regards,
> ___________
> Alex Dybenko (MVP)
> http://accessblog.net
> http://www.PointLtd.com
>
> "TS Lim" <(E-Mail Removed)> wrote in message
> newsCA93970-61E4-4B8F-A721-(E-Mail Removed)...
> >I have linked the contacts of in my MS Outlook 2007 in Access 2007 ACCDB.
> >The
> > linked path was automatically created. Now I would like to change the path
> > name with VBA. How can do it ?
> >
> > Please help.
> >
> > Thank you.
> > --
> > TS Lim

>
> Dear Alex,


Thanks for your prompt reply.

From the example in the code given, the specifier for Microsoft Acess
Database is [Database].

Kindly advise what is the specifier for Ms Outlook 2007 linked table.

Thanks you.

Best regards,
Lim
 
Reply With Quote
 
Alex Dybenko
Guest
Posts: n/a
 
      9th Aug 2008
Hi,
sorry, I was wrong, there is no connection sting
have a look here:
http://www.outlookcode.com/threads.a...&messageid=620
look at Ch23.bas

--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com


"TS Lim" <(E-Mail Removed)> wrote in message
news:4CE0E9A8-AF0C-433D-B7E0-(E-Mail Removed)...
>
> --
> lts1509
>
>
> "Alex Dybenko" wrote:
>
>> Hi,
>> Look at this code:
>> http://www.mvps.org/access/tables/tbl0009.htm
>>
>> idea is the same, but you need to change connect string
>>
>> --
>> Best regards,
>> ___________
>> Alex Dybenko (MVP)
>> http://accessblog.net
>> http://www.PointLtd.com
>>
>> "TS Lim" <(E-Mail Removed)> wrote in message
>> newsCA93970-61E4-4B8F-A721-(E-Mail Removed)...
>> >I have linked the contacts of in my MS Outlook 2007 in Access 2007
>> >ACCDB.
>> >The
>> > linked path was automatically created. Now I would like to change the
>> > path
>> > name with VBA. How can do it ?
>> >
>> > Please help.
>> >
>> > Thank you.
>> > --
>> > TS Lim

>>
>> Dear Alex,

>
> Thanks for your prompt reply.
>
> From the example in the code given, the specifier for Microsoft Acess
> Database is [Database].
>
> Kindly advise what is the specifier for Ms Outlook 2007 linked table.
>
> Thanks you.
>
> Best regards,
> Lim


 
Reply With Quote
 
TS Lim
Guest
Posts: n/a
 
      13th Aug 2008
Thanks Alex.

From your info, I have got a solution for my problem.

Regards,


TS Lim


"Alex Dybenko" wrote:

> Hi,
> sorry, I was wrong, there is no connection sting
> have a look here:
> http://www.outlookcode.com/threads.a...&messageid=620
> look at Ch23.bas
>
> --
> Best regards,
> ___________
> Alex Dybenko (MVP)
> http://accessblog.net
> http://www.PointLtd.com
>
>
> "TS Lim" <(E-Mail Removed)> wrote in message
> news:4CE0E9A8-AF0C-433D-B7E0-(E-Mail Removed)...
> >
> > --
> > lts1509
> >
> >
> > "Alex Dybenko" wrote:
> >
> >> Hi,
> >> Look at this code:
> >> http://www.mvps.org/access/tables/tbl0009.htm
> >>
> >> idea is the same, but you need to change connect string
> >>
> >> --
> >> Best regards,
> >> ___________
> >> Alex Dybenko (MVP)
> >> http://accessblog.net
> >> http://www.PointLtd.com
> >>
> >> "TS Lim" <(E-Mail Removed)> wrote in message
> >> newsCA93970-61E4-4B8F-A721-(E-Mail Removed)...
> >> >I have linked the contacts of in my MS Outlook 2007 in Access 2007
> >> >ACCDB.
> >> >The
> >> > linked path was automatically created. Now I would like to change the
> >> > path
> >> > name with VBA. How can do it ?
> >> >
> >> > Please help.
> >> >
> >> > Thank you.
> >> > --
> >> > TS Lim
> >>
> >> Dear Alex,

> >
> > Thanks for your prompt reply.
> >
> > From the example in the code given, the specifier for Microsoft Acess
> > Database is [Database].
> >
> > Kindly advise what is the specifier for Ms Outlook 2007 linked table.
> >
> > Thanks you.
> >
> > Best regards,
> > Lim

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change linked table path Frank Xia Microsoft Access 1 3rd Dec 2009 12:39 AM
Can't change the path of a linked table Chely Microsoft Access 1 27th Sep 2006 05:42 AM
Can't change the path of a linked table Chely Microsoft Access Getting Started 1 27th Sep 2006 05:08 AM
Can't change the path of a linked table Chely Microsoft Access Forms 0 27th Sep 2006 03:04 AM
How do I change the path name of a linked access table? =?Utf-8?B?TEtheQ==?= Microsoft Access 2 21st Sep 2006 07:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:42 AM.