FileCopy to Mobile Device

  • Thread starter Thread starter tobesurveyor via AccessMonster.com
  • Start date Start date
T

tobesurveyor via AccessMonster.com

Good Morning All-

Is there a way to use the FileCopy command in VBA to transfer a file to or
from a mobile device?

Thanks in advance for any input.
Chris F.
 
Hi Chris,

As far as I know there isn't, unless you can make the mobile device
pretend to be a disk drive. Probably you'll need to copy the file into a
local folder and then use the mobile device's synchronisation software
to move it to the device.
 
Back
Top