Library code snippets
Storing Documents with MS Access - SharePoint lists or Access BLOB fields
How do I get started?
Here's what you'll need to do to play with this project:
(1) In the class module 'clsws_Lists', change the constant
'c_WSDL_URL' to point at your SharePoint site's list webservice
SharePointLinkedTableName: The SharePoint list as it is
named in Access (via a linked table)
SharePointListName: The SharePoint list as named in
SharePoint - same list as above
SharePointLinkedTableKeyField: "ID" (should be the
same)
SharePointLinkedTableTitleField: "Title" (up to
you!)
SharePointLinkedTableExternalKeyField: "ExternalKey"
(up to you!)
SharePointLinkedTableDocumentDescriptionField:
"Description" (up to you!)
SharePointLinkedTableDocumentPathField:
"OriginalPath" (up to you!)
Related articles
Related discussion
-
Searching for several parameters with one dropdown selection
by egallen (1 replies)
-
VBA macro Help-plzzzzzzzzzzzzzzzzzzzzzz
by Uncle (2 replies)
-
Enable Formula Audting in an Excel Workbook where all the sheets are protected
by raviarul (0 replies)
-
Listing table in Access VIA code
by merkava (1 replies)
-
How to deal with the brackets?
by jitender.gupta007 (1 replies)
Related podcasts
-
SharePoint Is Confusing
That's right. I said it. SharePoint is confusing. What is the difference between Windows SharePoint Services (WSS) and SharePoint Portal Server? How do you add behavior to existing lists? How do you configure security for custom web parts? This is the show to help make sense of all the confusion....
Events coming up
-
Feb
18
Baltimore SharePoint User's Group February Meetup
Baltimore, United States
Join us for Thursday's BSPUG meeting as we welcome Rebecca Issermanfor a very informative session.Body:Hello all, hope the new year has started off well for everyone. Our next sessions is just on the horizon and it's time for the monthly BSPUG newsletter.On January 21st we will be welcoming Becky Isserman to the BSPUG. Becky has will be traveling far and wide to give her session and we'd love to have you there.
When i use the function StoreFileInSharePointList, when it execute the update into the linked table of my SharePoint list there's an error message : The field "Name" could not be Null, but this field has a value. How can i do ?
Thank you
Enrico
This thread is for discussions of Storing Documents with MS Access - SharePoint lists or Access BLOB fields.