Topic: Is it possible to have 2 users? like a basic user and an admin?

Hi guys I would just like to ask if is it possible to have 2 users for the database, like one basic and one for the admin? And restrict a column so that

only the admin can edit it and that column is only viewable by the basic user?

Thanks

Re: Is it possible to have 2 users? like a basic user and an admin?

Hello,
There are several ways of restricting access to specific users but yes, it is possible (and straightforward).
You could, for example, make your entire tablegrid non-editable for anyone and then restrict access to a maintenance form to 'admin'.  Or, if your tablegrid is editable, certain columns can be made view-only (or hidden completely) to 'basic' users.
Derek.