Upload a .pdf file to a Sharepoint Document Library using Access vba

Posted by Jim Shaffer on Stack Overflow See other posts from Stack Overflow or by Jim Shaffer
Published on 2010-05-06T13:14:40Z Indexed on 2010/05/06 13:18 UTC
Read the original article Hit count: 177

Within an Access 2007 application, I'm creating a static report in .pdf format. I want to create it, then export the static report (not the data itself) to a Sharepoint Document Library. The intent is for it to be a public repository, no versioning. Each report will carry a unique name.

I'm a seasoned vba programmer, but using Sharepoint services is new to me. How do I go about doing this? Assume I can identify the file name and location after I've generated it, and I know the Sharepoint library URL, and have permissions. Where do I go from there?

© Stack Overflow or respective owner

Related posts about access-vba

Related posts about sharepoint2007