Upload & Download Form. pls help

M

M!$HU

Hi,I need to do a form that I can use to download and upload files from/to my
database.first I want to know if this is possible? (the entire database will
be on a server).Second thing,how do I do it?
 
A

Access101

After viewing the helpfile on these, does this seem like what your after:

DoCmd.TransferDatabase
DoCmd.TransferText
DoCmd.TransferSpreadsheet
 
Top