Browser opens behind the form

K

Kevin C Niven

In a control's onclick event on my form I have:

Private Sub txtURL_Click()

FollowHyperlink Me![txtURL], , True

End Sub

This opens up the user's default web browser behind the form.

How do I make it so the browser opens on top of the form?


Many thanks in advance,
K
 

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