Go to list settings
Advanced Settings
Select Read Access: Only Their Own
Main Topics
Browse All TopicsI need to allow every user to submit an infopath 2007 form into a MOSS 2007 list. But I do not want them to be able to see any of the data in the list, this will be restricted to a small group. Is it possible to grant write access without granting read access too (and without having to do any codeing)? The other option is to allow read access but make sure they can only read the data that they personnally submitted.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hello, thanks you both for your help. I found a solution that does exactly what I needed. I added the Infopath form as a content type on a document library which submits to a second document library. I then created a customised permission level for the second library. By adding Add Item, View Item, View Page & Open Page only to the permission level it allows the user to submit the form to the library but not actually access the library to view it.
Business Accounts
Answer for Membership
by: zabiullahPosted on 2009-03-11 at 05:50:15ID: 23856467
You need to write code to achieve this. You need to write an Event Handler (ItemAdded event) / Workflow for implementing Item-level security for the list. Once the document added, remove other permissions from the item except owner group and the current user. This will allow him to see only his items in the list.
lex.com/Wi ki/View.as px? title=D elete%20Li st%20Item% 20Permissi on%20Assig ment& refer ringTitle= Home /KB/sharep oint/Custo mActivity. aspx
.com/mirja m/archive/ 2007/11/11 / setting-i tem-level- security-i n-an-event handler.as px - This will give you a good start
The following workflow activity could be helpful
http://spdactivities.codep
http://www.codeproject.com
Event Handler
http://www.sharepointblogs