smtazulislam
Member
- Local time
- Today, 22:00
- Joined
- Mar 27, 2020
- Messages
- 808
Any help will be appreciated.
Hello, I have a database where I want to create user permission. I have User Control 3 tables tblUsers, tblUserRoles, tblUserActivity.
I have 36 forms, And 47 report.
Here Before we used 2 database (separately). 1) Employee Management 2) Payroll.
Now we add one Database.
Full Database create FORM name is LIKE that First 5 characters
* Admin can use - frmYourName & rptYourReportName & LfrmYourName & pfrmYourName & pRptYourRoprtName & pLfrmYourName
* SuperVisor can use only - frmYourName & rptYourReportName & LfrmYourName
* PayRoll can use only - pfrmYourName & pRptYourRoprtName & pLfrmYourName
* Guest can View - frmYourName & rptYourReportName & LfrmYourName & pfrmYourName & pRptYourRoprtName & pLfrmYourName
tblUserRoles:
NOTE : UserName create administrator then user can choice Password when he first times open form.
Any idea how can I control this user permission. Advanced Thanks.
Hello, I have a database where I want to create user permission. I have User Control 3 tables tblUsers, tblUserRoles, tblUserActivity.
I have 36 forms, And 47 report.
Here Before we used 2 database (separately). 1) Employee Management 2) Payroll.
Now we add one Database.
Full Database create FORM name is LIKE that First 5 characters
* Admin can use - frmYourName & rptYourReportName & LfrmYourName & pfrmYourName & pRptYourRoprtName & pLfrmYourName
* SuperVisor can use only - frmYourName & rptYourReportName & LfrmYourName
* PayRoll can use only - pfrmYourName & pRptYourRoprtName & pLfrmYourName
* Guest can View - frmYourName & rptYourReportName & LfrmYourName & pfrmYourName & pRptYourRoprtName & pLfrmYourName
tblUserRoles:
UserRoles | Add | Edit | Delete | View | ChangePass | GoToUtilityBoard |
---|---|---|---|---|---|---|
Admin | Yes | Yes | Yes | Yes | Yes | Yes |
Guest | No | No | No | Yes | Yes | No |
PayRoll | Yes | Yes | Yes | Yes | Yes | No |
SuperVisor | Yes | Yes | Yes | Yes | Yes | No |
Any idea how can I control this user permission. Advanced Thanks.