G
Guest
What I'm trying to do is have a macro:
iemap is the name of it:
openApp
c:\program files\internet explorer\iexplore.exe
http://maps.msn.com/home.aspx?strt1=[street]&city1=[city]&stnm1=[st]&zipc1=[zip]&cnty1=0
I can get it to do just the opening of Internet explorer.
and on my responder table, I have added a text box that gives me the text
equivilent of the above code so it fills in street/city/state/zip with their
info. I have used the macro to open up explorer and then i copy my box and
paste it in the url and it works great, but that's a lot for the user to do.
I wanted to just add a button called map and on the responder form
(frmResponder) to pull those fields and open Internet Explorer and show the
map.
Any ideas would be greatly appreciated!
Thanks in advance!!!
Tony
iemap is the name of it:
openApp
c:\program files\internet explorer\iexplore.exe
http://maps.msn.com/home.aspx?strt1=[street]&city1=[city]&stnm1=[st]&zipc1=[zip]&cnty1=0
I can get it to do just the opening of Internet explorer.
and on my responder table, I have added a text box that gives me the text
equivilent of the above code so it fills in street/city/state/zip with their
info. I have used the macro to open up explorer and then i copy my box and
paste it in the url and it works great, but that's a lot for the user to do.
I wanted to just add a button called map and on the responder form
(frmResponder) to pull those fields and open Internet Explorer and show the
map.
Any ideas would be greatly appreciated!
Thanks in advance!!!
Tony