Use a command button or label to hyperlink to an ftp:\\anyname@mi.

B

BrianPaul

I would like to use a command button or label on a form that would bring up
IE explorer and ftp to a site I use to upload files to. I tried to use the
url in the hyperaddress property but didnt work. Any help or work around
would be greatly appreciated.

Thanks
 
B

BrianPaul

Thanks Tom, However, I hated to do this but I got it to work, I was able to
accomplish task by calling Internet explorer, then using the send keys
function in a macro which I hate to do by sending {f6} Then the URL followed
by the ~ for the return to take me to the the FTP site in IE.
 
T

Tom Wickerath

Hi Brian,

I think--but I'm not positive--that SendKeys has been blocked in the new
Vista operating system, so you might want to test that now, if you are
currently using Windows XP for your development work, so that you are not
rudely surprised in the future.

Terry Wickenden has a site that includes some information on SendKeys, along
with links at the bottom of the page to the MVPS site:

http://www.accessruncommand.com/sendkeys.htm


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
 
Top