How to launch IE from a command button

R

rich

Hello all,

I have a form with a text box which contains the URL for a website.
Immediately to the right, I will have a command button, labeled "Go".

Can anyone tell me the necessary code to use for the OnClick event so that
IE launches directly to the indicated website?

TIA,

Rich
 
C

Chris O'C via AccessMonster.com

Make sure the web address includes http:// for the complete link.

Application.FollowHyperlink Me.txtURL, , True

Chris
 

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

Top