Repost - Using Hyperlink datatype

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a field in my table called "Web Site" with a data type of Hyperlink for
the purpose of storing and opening web pages from my customer form. On my
form when I click a web site that has been entered into this field nothing
happens.

Is there something else I need to do to this field to get it to open the
browser and go to the page? Help is appreciated.
 
Hi Sammy,

put this on the double-click event of your hyperlink control

Me.controlname.Hyperlink.Follow

Warm Regards,
Crystal
MVP Microsoft Access

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day ;)
 
Back
Top