website links

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

Guest

on a database im setting up on vet surgerys i am puttin on their website
address. how can i make it so when you click on the address it takes you to
website?
thanks
claire
 
Good question Claire!

Whatever your control is, right click it to properties and choose the
"on click event". Now use the following code (Swap in your website):

Application.FollowHyperlink "http://www.google.com"




Personally, I like to make a Label Control and set it underlined with
blue text. Then as part of the click event, I set the font color to
purple:
lblMyLabel.ForeColor = 8388736

~J
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top