Hyperlink to different websites

  • Thread starter Thread starter BigK9
  • Start date Start date
B

BigK9

I have a database similar to the Northwind Sample. I want to add a form with
hyperlinks on it to take the user directly to different websites the customer
uses on a daily basis. What is the easiest way to do this.
 
I'd use

Dim strAddress as string

strAddress = me.fieldThatContainsHyperlinkAddress

followhyperlink strAddress
 

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