Upload & Download Form. pls help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
After viewing the helpfile on these, does this seem like what your after:

DoCmd.TransferDatabase
DoCmd.TransferText
DoCmd.TransferSpreadsheet
 
Back
Top