I don't think you can it with VBA.
You could write a web service that you can call from Access that will add the items to the sharepoint list.
Chris
http://chrisbarba.wordpress.com
If she can log into another computer and it works then it's not her AD profile.
The proxy settings are under Tools -> Internet Options -> Connections -> Lan Settings.
I would compare her proxy settings with yours to make sure they are same.
I would recommend reseting her IE settings to the...
Sounds like you need to write an event receiver for you library.
You may be able to do this with a custom workflow.
SharePoint designer can be used to a create a custom workflow.
Chris
http://chrisbarba.wordpress.com
By form do you mean an infopath form?
If you are using infopath, you have to promote the properties (fields on the form) that want SharePoint to have access to.
Under Form Options there is a section for property promotion.
Chris
http://chrisbarba.wordpress.com
You can add the following section to your web.config file under the system.web section.
<authentication mode="Forms">
<forms loginUrl="/_layouts/login.aspx" />
</authentication>
This way any user who is not logged in will be redirected to a specific login page.
Chris...
SharePoint does provide some usuage reports that may provide the information you need.
Site Actions -> Site Settings -> Modify all Site Settings.
Under the Site Adminstration section there is Site Usage Reports.
Chris
http://chrisbarba.wordpress.com
Lookup columns don't work cross site.
There are 3rd party solutions that should provide that functionality. Google cross site lookups.
If both list were in the same site, you could provide that lookup.
You could move the lists under one site and provide a link from that site to the new lists...
Yeah, you are going to have to create a custom workflow.
I would recommend you use Sharepoint Designer (it's free).
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42
Here is a walkthrough of creating a workflow with sharepoint...
Are you using the out of the box approval workflow or have you created your own workflow?
I don't think you can modify the out of the box approval workflow.
Chris
http://chrisbarba.wordpress.com
You can setup sharepoint to use forms based authentication.
It's not hard, but there are a few steps. I would recommend searching google for a walkthrough on how to do it.
Chris
http://chrisbarba.wordpress.com
Sounds like something is wrong with the list.
I would suggest you create a new list.
Use Manage Content and Structure to move all the individual items to the new list.
This won't work if you have a lookup column (they don't copy over because they use a guid to point to the looked up column).
If...
Check the trusted sites/internet settings in IE.
Check the settings for proxy in IE.
Check the automatically detect settings.
Does this happen to the same user if they log into someone else's computer?
If they have no trouble, then it is something specific with their computer/settings.
If they...
I would recommend using SharePoint Designer to create your custom workflow.
It's a free download.
Here is the link.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42
Here is a walkthrough that explains how to create a custom workflow...
You don't want to write directly to sharepoint database. Microsoft recommends against it.
SharePoint does have some web services you can call.
I have used the one that lets you read data from a sharepoint list. I don't know if one is provided to write data to a list. You will need to google...
You could also use a work flow.
This is beneficial if you have complicated scenarios where you want people to be alerted (like only the persons manager should be alerted).
chris
http://chrisbarba.wordpress.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.