Hello, I'm trying to create a query that looks up values from a junction table (tblCategoryJunction) with just 2 fields

I'd like to create a query where the first field would be EmployeeID, and all other fields to be CategoryLabel.
Basically it's a crosstab, however I'd like the values in the Category fields to be either true or false.
True if the employee and category is in the junction table
False if there is not

I'd like to create a query where the first field would be EmployeeID, and all other fields to be CategoryLabel.
Basically it's a crosstab, however I'd like the values in the Category fields to be either true or false.
True if the employee and category is in the junction table
False if there is not