Retrieving data from a multivalue field in SharePoint to Access

N

NGP

I am having trouble retrieving data in Access 2007 from a multivalve field in
a SharePoint lists. The records display separated by a special character
instead of separated by a comma. Can anyone help me?
 
A

Albert D. Kallal

NGP said:
I am having trouble retrieving data in Access 2007 from a multivalve field
in
a SharePoint lists. The records display separated by a special character
instead of separated by a comma. Can anyone help me?

If you want it to display a comma, then you could build a query, and use the
replace() command.

MyCollumn:replace([MvCollum],"~",",")
 

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

Top