Search Sharepoint

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to do a sharepoint portal search from access or excel using vba?
 
Is there a way to do a sharepoint portal search from access or excel using

I'm unsure about the searching, but there is a bigger issue in that Access
does not natively support connections over http. However, if the SharePoint
server is on a local network is worth noting the equivalence of the
following paths:

http://SomeServer/SomeFolder/SomeFile

is equivalent to

\\SomeServer\SomeFolder\SomeFile

Using the alternative straight address, the SharePoint folder structure
behaves like part of the
internal file system and can be treated pretty much in the same way as
folders on the local machine.

Robin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top