Using VB code to copy file to Sharepoint document Library

  • Thread starter Thread starter Dj
  • Start date Start date
D

Dj

From within Access, I'm trying to create code that will copy a report
snapshot to a SP doc lib. I first tried using a macro, and there didn't seem
to be anyway to do it there. So I created a button with attached code that
would use a simple FileCopy function which works when I copy from and to a
drive. However, when I try to replace my destination with my SP doc lib, it
doesn't work...assume becuase it's a web address. Is there a way around
this? A way for format my FileCopy destination string to that it points to a
SP doc lib? Thanks! Dozzee
 
Back
Top