Forum Discussion
- SuryaExpertQrew Assistant CaptainOn the reviewers table, I would create one field for Reviewer (user type) (not 10.) Besides this you can have the other fields for scores, comments et all. Then set custom permissions on the reviewers table for all roles (other than the administrator) to say that only show records where "Reviewer" is the current user. And the same for Edit permissions.
- AnnuGQrew TraineeThanks for your quick response. I have 2 tables - 1 application have many scoring. I do not have a reviewer table. Manager of that application gives permission to 10 reviewers to review the application and add the scores to the scoring table. But on the scoring form, I wanted the information of the reviewer according to the user selected by the Manager on to the application. I was planning to create the reviewer table ...
- SuryaExpertQrew Assistant CaptainIn that case it would be the scorings table, not the reviewers table.
- AnnuGQrew TraineeOK, thanks.