File Download

A

Anthony Ching

I have a database table that contains a list of file (by user) that users
need to download from the server to their notebook (connected through a
wireless network). I wish to automate the process so that when the user click
a button in the access application, the file can be downloaded. How can I do
this using Access Form and VBA.

Thanks.
 
T

Tom van Stiphout

On Mon, 29 Dec 2008 19:31:01 -0800, Anthony Ching

Use a recordset to loop over the records in the table.
Then use the FileCopy statement to copy each file.

-Tom.
Microsoft Access MVP
 
A

Anthony Ching

Thanks, much appreciated.
--
Anthony


Tom van Stiphout said:
On Mon, 29 Dec 2008 19:31:01 -0800, Anthony Ching

Use a recordset to loop over the records in the table.
Then use the FileCopy statement to copy each file.

-Tom.
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top