D
duketter
Access 2007
I am trying to create a query that will look and pull data from 2 different
tables based on a username the user inputs and an object name the user inputs
when the query is initially ran.
Table 1 shows a user name and the role the user is in
Table 2 shows all the roles and which roles are assigned to specific objects
For example: Table 1 - Bob - GL role Table 2 - GL role - object P11
I need to tie these together so if I enter "Bob" and "P11" then the query
will show me if Bob has access to P11. If not, it should be blank. I can
get separate query's to show me which roles have access to which objects and
which users are in which roles but cannot tie them together.
I am trying to create a query that will look and pull data from 2 different
tables based on a username the user inputs and an object name the user inputs
when the query is initially ran.
Table 1 shows a user name and the role the user is in
Table 2 shows all the roles and which roles are assigned to specific objects
For example: Table 1 - Bob - GL role Table 2 - GL role - object P11
I need to tie these together so if I enter "Bob" and "P11" then the query
will show me if Bob has access to P11. If not, it should be blank. I can
get separate query's to show me which roles have access to which objects and
which users are in which roles but cannot tie them together.