Hello
I would like to create one database, where in at first place I would import 16 users with different data into one of the table and then I would like to create a login screen wherein user would be prompt to login with available users from drop down and password which would store in another table with all imported users.
Now I would want the database set up in such way only super user can see all the data which have been imported into the database wherein normal users will see only their record and can edit their own record while super user can edit/update any record.
I would be creating one table with roles and password for the users.
But How Can I make sure only super user can see all the data and normal user can see /edit only own data at a time.
Please advise best way to accomplish this.
Thanks
I would like to create one database, where in at first place I would import 16 users with different data into one of the table and then I would like to create a login screen wherein user would be prompt to login with available users from drop down and password which would store in another table with all imported users.
Now I would want the database set up in such way only super user can see all the data which have been imported into the database wherein normal users will see only their record and can edit their own record while super user can edit/update any record.
I would be creating one table with roles and password for the users.
But How Can I make sure only super user can see all the data and normal user can see /edit only own data at a time.
Please advise best way to accomplish this.
Thanks