E
erick-flores
Hello all
I have an Expense Report Interface for the employees use in the
company. I need to setup the permissions so the user who logon can ONLY
see his records (his employee information and all the reports that he
had submitted so far), also this user should has the ability to fill
out 2 of 3 forms and see 1 of 3 reports. On the other hand I need to
create another group that can do whatever they want in the application.
Basically I need to create two groups, one with full rights (which is
not a problem) and the other with the rights described above.
Right now i have a table call "Employees" here I have all the employees
information (Employee ID, Depart Name, First N, Last N, Notes). The
Employee ID field is setup to AutoNumber. This Employees(Employee ID
PK) table is link to the Expense Reports(EmployeeID FK, ExpenseReportID
PK) table and this is link to Expense Details (ExpenseReportID FK,
ExpenseDetail ID PK).
Basically what I need is to pass the logon username to my employees
table so only that username cann see his records....I dont know how to
do this, I have no clue...I need someody to guide me step by step
pleaseeeeeee
I have already created a security.mdw file. I understand all that
(after two days of reading and a lot of help from this group). I have
the shortcut to my database and all the security is working fine...now
I need to complete the permission part
I need help Pleaseee....Thanks in advance
I have an Expense Report Interface for the employees use in the
company. I need to setup the permissions so the user who logon can ONLY
see his records (his employee information and all the reports that he
had submitted so far), also this user should has the ability to fill
out 2 of 3 forms and see 1 of 3 reports. On the other hand I need to
create another group that can do whatever they want in the application.
Basically I need to create two groups, one with full rights (which is
not a problem) and the other with the rights described above.
Right now i have a table call "Employees" here I have all the employees
information (Employee ID, Depart Name, First N, Last N, Notes). The
Employee ID field is setup to AutoNumber. This Employees(Employee ID
PK) table is link to the Expense Reports(EmployeeID FK, ExpenseReportID
PK) table and this is link to Expense Details (ExpenseReportID FK,
ExpenseDetail ID PK).
Basically what I need is to pass the logon username to my employees
table so only that username cann see his records....I dont know how to
do this, I have no clue...I need someody to guide me step by step
pleaseeeeeee
I have already created a security.mdw file. I understand all that
(after two days of reading and a lot of help from this group). I have
the shortcut to my database and all the security is working fine...now
I need to complete the permission part
I need help Pleaseee....Thanks in advance