Hello,
I am new here, so sorry if it is not a new question for you.
I have two tables. First table is "Employee" with fields: name, surname, department, level A, Level B, Level C, level D. Second table is IT system with fields: system name, level letter.
For examle in first table is record
John, Smith, sale_department, A,B,null,D
second table has records:
Navision, A,
sale_program, B
Report_program, C,
MS_office, D
How to create a query which must to show with which programs John Smith can work. For example, if i filter John Smith from all other employees result must be a column:
Navision,
Sale_program,
MS_office
Thanks for a help