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?
Access101 - 24 Jul 2007 17:52 GMT
After viewing the helpfile on these, does this seem like what your after:
DoCmd.TransferDatabase
DoCmd.TransferText
DoCmd.TransferSpreadsheet
> 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?