so this is what I mean, first verify that the data is in the main and also in the Queries. you can do this manually like I said, or just work with the the Main table and Only one of the queries at a time. In which case you can reverse the Join to return all of the records from the query. Then you check the Record count of the query alone against the record count of the query when it is joined.
since the queries are coming from other soures you next possibility is that there could be spaces in the fields. you can try using the Trim function in the query.
since the queries are coming from other soures you next possibility is that there could be spaces in the fields. you can try using the Trim function in the query.