Current Window=False not work in FollowHyperLink

T

Turtle_T

have a link
Application.FollowHyperlink "http://server/ds.aspx?part=" & Me.PART, , False

The "false" is supposed to keep the same IE window yet it keeps opening a
new session. I need it to stay with the same window for security reasons

Any idea?

Thanks
T
Windows XP, Access 2003
 
J

John Nurick

Looks right to me. Could it be that there's something in the page
already being displayed that's preventing IE from replacing it with
the new page?
 
T

Turtle_T

I don't think it's on the page. I can go to the 1st session page and manually
type in the below line and have it work fine. I don't know if it has
something to do with the install of IE, although I have tried this same type
of code in a completely new database on a home computer with no relation to
my work computer using google/yahoo... links and got the same results
(another reason why I don't think it's the page)

T
 
Top