Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Inet ActiveX control

Status
Not open for further replies.

BryanF

Programmer
Nov 21, 2001
18
0
0
US
With Inet4
.Protocol = icFTP
.UserName = "username"
.Password = "pass"
.Document = "C:\windows\desktop\web update\levideoweb.mdb"
.URL = "ftp://levideostore.com/db"
.OpenURL "ftp://levideostore.com/db"
.Execute "ftp://levideostore.com/db", "mput C:\windows\desktop\web update\levideoweb.mdb"
End With
DoCmd.OpenForm "frmUploading", acNormal, , , acFormReadOnly, acWindowNormal

None of this is working... Sorry for my ignorance, but what do i have to do to copy this db up to an ftp folder?
TIA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top