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
 
Top