Access Control seems that doesn't work

I have a form with several reader/writer fields - principal, group, participants etc.I have a field “Reader” with default value “[Reader]”. Actually all users have role “[Reader]” exept for some unpriviledged users.

Users asked me to add functionality for “Private” entries and I added 2 more fields and a role “[Editor]”.

I added that role so admin keeps the rights to edit these documents.

1st field “Editors” I added default value “[Editor]”.

2nd field “PrivateF” is a check box.

The field Reader translates to “” when PrivetF is cheked

So the problem is that although all reader/writer fields have correct values, users not mentioned in any way in the access fields of the document can still read them.

All users exept admin have Autor permision to that database.

Any suggestions?

Subject: Access Control seems that doesn’t work

Well, if all of your Readers fields is empty, then everyone can read the document, no matter what is in Editor field.

If you want to hide the document from everyone except Editors, put [Editors] role in the Readers field too. Or put names of particular users, but do not leave it empty.

Subject: 10x a lot. Worked FINE!