DavidatSchool
New member
- Local time
- Today, 14:53
- Joined
- Aug 11, 2008
- Messages
- 8
Hi
From Access VB, I want to post a URL with parameters.
I've used:
ReturnValue = Shell("explorer.exe " & strUrl, vbNormalNoFocus)
where strUrl has a value of
http://www.google.co.uk/search?hl=en&newwindow=1&q=frog
When executed, I get a message
"The path frog does not exist or is not a directory".
I can url encode the url, which then avoids the error, IE launches, but the url encoded url gives a page not found error.
Has anyone any ideas? Has anyone launched IE with a url with parameters successfully from Access?
Thanks
From Access VB, I want to post a URL with parameters.
I've used:
ReturnValue = Shell("explorer.exe " & strUrl, vbNormalNoFocus)
where strUrl has a value of
http://www.google.co.uk/search?hl=en&newwindow=1&q=frog
When executed, I get a message
"The path frog does not exist or is not a directory".
I can url encode the url, which then avoids the error, IE launches, but the url encoded url gives a page not found error.
Has anyone any ideas? Has anyone launched IE with a url with parameters successfully from Access?
Thanks