Move or copy a "file" to a web site-SOLVED
Hello everyone,
I'm back again with another problem.
Not sure where to post this, so I'll try here first.
I would like to copy a table from my Access Database on my hard drive to an Access Database on a website using VBA coding. Or just copy a small Access Database from my hard drive to a website. (I'll work out the table copy later if that's a problem for now.) I can copy a database to the web using an FTP program but I need this to be done automatically with code.
I've looked high and low on this forum and on the internet but can't come up with an understandable (easy!!) method of doing this.
To do a download I use "URLDownloadToFile" which is simple and easy to use. Is there an equivalent to this somewhere??
Any and all help will be greatly appreciated. A sample code would even be more appreciated if possible.
Thanks in advance for any help.
Don
Still learning by default, trial and error and just plain luck.
Hello everyone,

I'm back again with another problem.

I would like to copy a table from my Access Database on my hard drive to an Access Database on a website using VBA coding. Or just copy a small Access Database from my hard drive to a website. (I'll work out the table copy later if that's a problem for now.) I can copy a database to the web using an FTP program but I need this to be done automatically with code.
I've looked high and low on this forum and on the internet but can't come up with an understandable (easy!!) method of doing this.
To do a download I use "URLDownloadToFile" which is simple and easy to use. Is there an equivalent to this somewhere??
Any and all help will be greatly appreciated. A sample code would even be more appreciated if possible.
Thanks in advance for any help.
Don
Still learning by default, trial and error and just plain luck.
Last edited: