This topic is locked

Is it possible to hide certain records from users

1/4/2007 11:59:51 PM
PHPRunner General questions
L
lawfour author

If I have records with a value of Category=XXX how do I hide it from users with group names of User1 and Guest
thanks

L

Alexey admin 1/8/2007

Larry,
create a custom view for your table.

Modify its SQL query to hide certain records, grant permissions on this view to User1 and Guest and revoke those on original table.