Current Window=False not work in FollowHyperLink

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
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
 
Back
Top