We have a secured Sharepoint aspx Intranet site. When using a favorite in IE
or going there manually, it the user security is validated from the network
login.
When I use a hyperlink on the form or by using the code:
Set IE = CreateObject("InternetExplorer.Application")
IE.Navigate "http://url here"
IE.Visible True
The User ID and Password window opens. Why?
Is there a way around this?
I have never needed or tried to run the web from Access VBA and I can't find
anything on the web related to what I am trying to do.
KP
"TXVBANOOB" <TXVB...@discussions.microsoft.com> wrote in message
news:6329E196-7D99-40D6...@microsoft.com...