Uploading and Downloading Applications

  • Thread starter Thread starter Imran Ghani
  • Start date Start date
I

Imran Ghani

Hi! everybody there. Its nice to be among you. I wanted to know how to upload
and download our applications programmatically in MS Access programmatically
through VBA. Your invaluable help in this regards will be highly appreciated.
Thanks.
 
There are a couple of solutions regularly posted here for ways to deploy
a new client to users. I wrote an article for DBJ which includes a download
and code.

http://www.databasejournal.com/feat.../Automatically-Deploy-a-New-Access-Client.htm

Word of caution though: This is not a trivial task. You will need to read the
article and you need to modify it for your network. Can't tell you how many
people fail to edit the code. It's a demo and for obvious reasons, it defaults
to the current dierctory to find what in a production environment would be
stored in a common network location.
 
Thanks a lot for your kind reply. Sorry I didn't mention at first. The
upload/download is to be used for Data from MS Word to MS Access and vice
versa with VBA programming. It'll be very kind of you if you could help me in
this regards. Thank you.
 
Back
Top