From: Peter on
Hi all...what doCmd do I use to activate a hyperlink..i want to include the
hyperlink/pathname in the on click event of a command button..the path is to
a webpage..

Thanks!

From: Douglas J. Steele on
Application.FollowHyperlink "http:\\www.someplace.com"

--
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele
(no e-mails, please!)

"Peter" <Peter(a)discussions.microsoft.com> wrote in message
news:316DA954-F7C7-4C04-836D-1368EB070F3B(a)microsoft.com...
> Hi all...what doCmd do I use to activate a hyperlink..i want to include
> the
> hyperlink/pathname in the on click event of a command button..the path is
> to
> a webpage..
>
> Thanks!
>


From: Peter on
....The beauty of simplicity... Thanks you Douglas!

"Douglas J. Steele" wrote:

> Application.FollowHyperlink "http:\\www.someplace.com"
>
> --
> Doug Steele, Microsoft Access MVP
> http://www.AccessMVP.com/DJSteele
> (no e-mails, please!)
>
> "Peter" <Peter(a)discussions.microsoft.com> wrote in message
> news:316DA954-F7C7-4C04-836D-1368EB070F3B(a)microsoft.com...
> > Hi all...what doCmd do I use to activate a hyperlink..i want to include
> > the
> > hyperlink/pathname in the on click event of a command button..the path is
> > to
> > a webpage..
> >
> > Thanks!
> >
>
>
> .
>