I'm trying to link two tables with a join. I'm terrible with joins, so my usual method is to just keep trying each one until I get the results I want.
When I do a right join, I get all blank records for one table, and the records populated for the other. When I do a left join, the opposite happens.
Any advice is appreciated. Thanks in advance!
When I do a right join, I get all blank records for one table, and the records populated for the other. When I do a left join, the opposite happens.
Any advice is appreciated. Thanks in advance!