The access tag has no wiki summary.
0
votes
2answers
159 views
Info Path 2010 read and update accdb with Sharepoint Online
I am new to Sharepoint and to Info Path, so I hope can correctly articulate my goal, here. I would like to use Info Path to distribute forms which read,update and delete records in an Access 2010 db ...
1
vote
1answer
21 views
Internal intranet site to Sharepoint outside access
We have SharePoint 2010 and it is the enterprise edition installed on Windows 2008 R2 Enterprise.
My question. I have an application server that hosts many IIS websites which we can access Internally ...
1
vote
1answer
59 views
SharePoint is stripping my url (removes the domainname) in a hyperlink inside the description of a task
I have a sharepoint 2010 portal and have builded a custom workflow in VS2010. In this custom workflow I create a task and sete the title, description and assign it to a user. When this workflow is ...
0
votes
1answer
55 views
Possible to lookup a Sharepoint list in Access?
I am trying to make a very large list of records with about 1,000 items or more added monthly, and I was told that it would be better to use an Access table instead of a Sharepoint list for so many ...
0
votes
1answer
322 views
Creating custom user profile section programmatically
Here when i am creating a new custom section it is showing error as Adding a property definition requires Manage User Profiles rights in the code CoreProperty cp = cpm.Create(true);
how to solve this ...
0
votes
1answer
87 views
A user with two accounts in the same group unable to access the site with one account
A user has two AD accounts, a 'user' account and a 'domain admin' account. He is in a SharePoint group that has contribute access to the sub-site. There's a document library in the sub-site which ...
0
votes
1answer
144 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
0answers
27 views
Enable access to Authenticated users only for 'layouts/user.aspx' page
Hi i wan to enable access to all Authenticated users only for page 'layouts/user.aspx'.They should be able to read the contents in this page.
It has to be done acorss thousands of site.Can anyone help ...
1
vote
0answers
45 views
Managing Sharepoint Service permissions with distributed architecture
I have following architecture for sharepoint and I wanted to know best permission set up. Currently we have fresh install of SharePoint Foundation server with the services running as shown in the ...
1
vote
0answers
24 views
Add more than one page owner to a page in SharePoint 2007
Is it possible to add more than one page owner to a page in SharePoint 2007. I have a page where 3 people need to have access to it for updating purposes.
0
votes
0answers
17 views
Default SharePoint service not working in Cross domain environment
Our SharePoint Site is hosted on cloud and we are trying to consume its default Web service (which is also on cloud) i.e. List.asmx outside the cloud environment. To consume List.asmx outside cloud ...
0
votes
0answers
18 views
Updating SharePoint list from MS Access using INSERT statement gives Validation Rules Violation
Here is what I did.
Linked an Access table to a SharePoint List
Made a duplicate of the table not Linked and left it on my hard drive
Updated the local version
Wrote a SQL INSERT That looks for ...
0
votes
0answers
49 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 ...
0
votes
0answers
14 views
By pass site levels of Site Hierachy possible? I'm a complete noob at sharepoint
Is it possible to bypass a level in the site tree structure and make it show up in the top nav bar by default? Or is it possible to make a dropdown containing the sites a person is allowed to access?
...
0
votes
0answers
16 views
I have an existing Access Database (2010) and I would like to publish it to Office 365 Beta (2013)
I have seen examples where one can crate a new Web Based Database so that a user can access it from the browser. Generally these demos start off with a template that is provided by Access 2013. Is ...
0
votes
0answers
65 views
How to download the access accdb file from SharePoint Projects Web Database type of website?
I have created a Projects Web Database kind of site in my web application.
I have made some new table in it and now I want to add my updated access file to the created.
I am new to this and after a ...
0
votes
0answers
203 views
Sharepoint List in access as Excel connection?
I have a sharepoint list that I open In MS Access. When I try to create a connection in a MS Excel sheet to that access list I keep getting the error "This datasource contains no visible tables". How ...
0
votes
0answers
180 views
Updating MOSS list with MS Access- Object is read-only
I have a user who needs to update a large (39,000 items) MOSS list from MS Access 2007. The list is a simple one, created by publishing a query from Access to MOSS, now needs to be updated weekly. The ...
-1
votes
0answers
68 views
How to Check if user is connected to Sharepoint using VBA
I have a Microsoft Access 2010 database published to Sharepoint 2010. I am able to use an ADO connection to connect to the database from Excel. The Excel file is not published to Sharepoint, just ...