FollowHyperlink Not Using Current Window

T

Turtle_T

Have an Access program that I want to link to another programmer's ASP web
page. I use the following hyperlink

Application.FollowHyperlink "http://server/docs.aspx?partnum=" & Me.PART, ,
False

The ASP page requires a login each time it is opens. Once logged in, any
number of manual searches using the above string works fine from that window.
However, the above code keeps opening a new window even though the setting
NewWindow=false is set. In fact, setting it to True or False doesn't seem to
make a difference, it's always a new window.

Why does Access always open a new IE window when NewWindow is set to False?
And is there a way to force the hyperlink to a specific IE occurance so I
don't have the login screen show up?

Todd
 
Top