D
Developerme
With a hyperlink, I want to travel to website and then automatically put in a
field that exists in Access database. This is the code I have (which doesn't
work);
Address = Replace(Streetaddress, " ", "%20")
Application.FollowHyperlink
"http://www.zillow.com/search/Search.htm?addrstrthood[Address]), , True,
False"
The hyperlink will not recognize the filed ([Address]). Can someone provide
me with some direction on what I am missing in the code, please?
field that exists in Access database. This is the code I have (which doesn't
work);
Address = Replace(Streetaddress, " ", "%20")
Application.FollowHyperlink
"http://www.zillow.com/search/Search.htm?addrstrthood[Address]), , True,
False"
The hyperlink will not recognize the filed ([Address]). Can someone provide
me with some direction on what I am missing in the code, please?