Hi All,
I'm trying to improve an application I made that hides certain records from staff if there user email is not hard coded into the app - I have been using [on visible] varUserEmail = ect.
I have created a SP list which will contain the users email / their name and a selection of YES / NO choice options which acts as their level of access, such as Generic User, Manager, MST and so on. I would like to be able to use the choice options to be able to restrict what records they can see.

I have also created another SP List which will contain the records I want to restrict to certain users - It follows a similar selection of YES / NO choice fields

The test record above, will be available to Generic Users, Managers, SPUC and MST. If the user above in the first Image logs into the app they will be able to see this record.
How would I accomplish something like that?
Thanks