Create Sharepoint Folder using Access VBA (1 Viewer)

meiteniite89

New member
Local time
Today, 01:59
Joined
Aug 13, 2020
Messages
23
Hello,

I am trying to write VBA code in Access to check if folder exists on Sharepoint site and if it doesn't the create it, if it does then just open a location of it.

I managed to get it to open existing ones using some of my old codes, but can't figure out how to make it work to create and check for existing.

Help would be appreciated, thank you.
 

theDBguy

I’m here to help
Staff member
Local time
Yesterday, 17:59
Joined
Oct 29, 2018
Messages
21,469
Hi. When you say "open it," what exactly does it mean? Are you saying it opens up in the browser or in windows explorer?
 

meiteniite89

New member
Local time
Today, 01:59
Joined
Aug 13, 2020
Messages
23
Hi. When you say "open it," what exactly does it mean? Are you saying it opens up in the browser or in windows explorer?
It opens in browser. As far as I understand if I want to open it in windows explorer it will have to be mapped.
 

theDBguy

I’m here to help
Staff member
Local time
Yesterday, 17:59
Joined
Oct 29, 2018
Messages
21,469
It opens in browser. As far as I understand if I want to open it in windows explorer it will have to be mapped.
I see. The only thing I could think of at the moment is by using a SharePoint web service (asmx). I'll try to find some info about it.
 

Users who are viewing this thread

Top Bottom