MattBaldry
Self Taught, Learn from the Forums
- Local time
- Today, 17:13
- Joined
- Feb 5, 2019
- Messages
- 330
Hello forumers,
Does anyone have a link to some details on how to create user access rights? I have a table, tblEmployee, and I was thinking of adding a multi-select field to the different areas of the company to allow me to tick what they can have access to. At the moment I just look at the logged in user with GetUserName() and then write a VBA code on each form to say if that person is allowed access. My issue with that is, if I want to allow a new user to access this, I have to add them into the code.
If I could just select their access in their profile, this would be much easier for turning these things on and off.
Ideally I would like to be able to select the form for access and then have options for No Access, Read Only, Full Access.
I am sure this exists already, but when I search online, I only get results for the old User Level Access Rights.
~Matt
Does anyone have a link to some details on how to create user access rights? I have a table, tblEmployee, and I was thinking of adding a multi-select field to the different areas of the company to allow me to tick what they can have access to. At the moment I just look at the logged in user with GetUserName() and then write a VBA code on each form to say if that person is allowed access. My issue with that is, if I want to allow a new user to access this, I have to add them into the code.
If I could just select their access in their profile, this would be much easier for turning these things on and off.
Ideally I would like to be able to select the form for access and then have options for No Access, Read Only, Full Access.
I am sure this exists already, but when I search online, I only get results for the old User Level Access Rights.
~Matt