User rights to Views

Hello All,

I hava a database with three views. three teams are accessing that database. view one is handled by one team, view two is handled by another team and view three the third team. here what I want is view one should not be viewed or should not accessed by the other two teams, like wise all the three. I mean the respective team should have access to their respective views and not to other views. Is there any way of doing it other. I dont have access to create more than one database. currently all the teams are viewing all the views it should not be like that. Please help me. It will be very helpful for me.

Thanks in advance.

Ragards

Madhan

Subject: RE: User rights to Views

In the view properties, there’s a tab with a key on it – that’s the view access settings.

Subject: RE: User rights to Views

The views have a scurity tab where you can specify who can view the views.I would use roles in the ACL and assigne these the view access.

Bear in mind, this does not prevent people from seeing documents. Just because they are not in the view, they could still get to them via a full text search or another view etc.