Controlled Access Section for Web Application

All:I have a question regarding a controlled access section that I have in a web database. I have created a controlled access section that has a large number of fields in it. I want this fields to only be edited by users that have a particular role. Here is my code for the Computed Control Access Tab of the section:

@Unique (@Trim (“[SAM-AcctInfo]”))

However, if I remove myself from this role, I still se the section. Please advise me on the best way to approach this, and remember this is a web application so the suggestion would have to function on the web.

Thanks for any advice someone could lay upon me!

David

Subject: Section don’t hide fields

Controlled-access sections allow or deny editing of fields they contain. They don’t hide the fields. I’d suggest using a computed-subform if you want to hide the fields based on a formula.