View Single Post
  #2  
Old April 22nd, 2010, 07:38 PM posted to microsoft.public.access
Daniel Pineault
external usenet poster
 
Posts: 658
Default link to a website on a form

There are different way to approach this.

First Option
Create a label and set the Hyperlink Address Property

Second Option
Create a lable and create an On Click event using the FollowHyperlink Method

and there are even other options...
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.



"Gina" wrote:

Is is possible to create a link to a website on a form? If it is possible how
do I go about doing this. Thank you for your time.