0
votes
0answers
76 views

User cannot edit list item even with correct permisions

I am very new to SharePoint and am setting up a vacation approval process with a calendar. The workflow works fine for me. But the users who need to be able to "Approve/Deny" the request get "access ...
1
vote
1answer
14 views

Access List from Site which has been instantated in Template

I have a parent site which creates child pages programmatically. They use a custom template with a List which I have created in VS. Now I want to access that list in C# from the parent site. I have ...
0
votes
1answer
181 views

List linked to Tables in MS Access: Can't update Lists from Access Only Memo/Text Fields

So I have an Access database where I have re-created the tables as SharePoint lists, and then use the MS Access linked table manager to connect. Everything is fine as it should be, only when I go to ...
0
votes
1answer
148 views

Access Services Timeout

When opening a large list in Access, the open is timing out at 30 seconds. The list is fairly large, smaller lists open just fine. Any ideas on how to "open this up"?
1
vote
3answers
872 views

Add item to list anonymously (not as anonymous user)?

I have a requirement that authenticated users should be able to anonymously add items to a list, i.e. they are authenticated but the Created By/Modified By field should not display their name. I could ...
1
vote
1answer
288 views

Get list items even if user does not have access to those items

Is there a way to get items from a list even if the current user does not actually have acces to them? SPSecurity.RunWithElevatedPrivileges does not seem to work! I have a special case in which I ...
0
votes
5answers
3k views

Export List in SharePoint 2007 to List in SharePoint 2010

I have a SharePoint 2007 list that I want to copy over to an existing SharePoint 2010 list. Both of them have the exact same columns. What is the best way to do this? I tried opening both of them in ...