Controll access based on value with security modul

Hello SC-fans,

can i controll the access with builtin security modul based on field values?

For example:
user1 - read/write costumer 1-5
user2 - read/write costumer 6,7,5

The multiple database system doesn’t work for this requirements.I will use multiple db one level higher for more security.

thanks.

Lars

i think you will have to modify the module yourself. create another table with a user/customer relationship and the permits you want, then you will have to exploit the information by coding in the eventos of the form. or i would try and do it in the sql statement directly.

Regards