S
StuJol
I have a form which displays different customer information records (address
book). One of the text boxes in my form is called "web". i have a button on
my form that when the user clicks i want it to open the web site associated
with that record. ive tried the following code on the click() event
openweb = Shell("c:\program files\internet explorer\iexplore.exe", 1)
and this open internet explorer at my default page. Ive tried
openweb = Shell("c:\program files\internet explorer\iexplore.exe [web]", 1)
hoping it would look at the web site in the "web" field but internet
explorer trys to open a web site called [web]
does anyone know what im doing wrong????
book). One of the text boxes in my form is called "web". i have a button on
my form that when the user clicks i want it to open the web site associated
with that record. ive tried the following code on the click() event
openweb = Shell("c:\program files\internet explorer\iexplore.exe", 1)
and this open internet explorer at my default page. Ive tried
openweb = Shell("c:\program files\internet explorer\iexplore.exe [web]", 1)
hoping it would look at the web site in the "web" field but internet
explorer trys to open a web site called [web]
does anyone know what im doing wrong????