No, I need the output to be like I showed in the first post
I think I found a way. This may not be the best way (using the GUI)
I create Query for each sub query.
On TopQuery: SELECT outfits.TopColorID, Colors.Color
FROM Colors INNER JOIN outfits ON Colors.ID = outfits.TopColorID...