SQl to get these results

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top