How filter many users

DarkHorseDarkHorse Member Posts: 389
Hello, I think this is easy, well, not for me of course :oops:

When I want to prevent the access of an user I put:

IF USERID = 'JSMITH' THEN ERROR('You can't do it');

I want yo know how can I put more than an user for this condition.
Thanks in advance.

Comments

Sign In or Register to comment.