M
midnite oil
Hi,
I am trying to get a SQL to retrieve and display all Access Privileges and
which users have what access privileges in the system. Please help give
some tips how I can achieve this...thank you in advance. These tables are
not the ideal design and I have to work with what's in place.
output :
-----------------------------------------------------------------------------------
Access Privilege
-----------------------------------------------------------------------------------
User Screen A Screen B
Screen C
Add Edit Delete Query Add Edit
Report 1 Report 2 ....
------------------------------------------------------------------------------------
James Y
Eva Y
John Y Y
Y
--------------------------------------------------------------------------------------
tables:
User Table
=======
UserID
Screen
Mode
Access Lookup Table
===============
Screen
Mode
I am trying to get a SQL to retrieve and display all Access Privileges and
which users have what access privileges in the system. Please help give
some tips how I can achieve this...thank you in advance. These tables are
not the ideal design and I have to work with what's in place.
output :
-----------------------------------------------------------------------------------
Access Privilege
-----------------------------------------------------------------------------------
User Screen A Screen B
Screen C
Add Edit Delete Query Add Edit
Report 1 Report 2 ....
------------------------------------------------------------------------------------
James Y
Eva Y
John Y Y
Y
--------------------------------------------------------------------------------------
tables:
User Table
=======
UserID
Screen
Mode
Access Lookup Table
===============
Screen
Mode