In MS Azure, a database is created and connected to MS Access. I am trying to make a request that selects the Call ID, the name of the subscriber1, the name of the subscriber1. 
In the dbo_calls table there is a list of calls with caller IDs, and in the dbo_Caller table information about subscribers

Tried to do so:
SELECT dbo_calls.Id, dbo_calls.Caller1Id, dbo_Caller.FullName, dbo_calls.Caller1Id, dbo_Caller.FullName FROM dbo_Caller INNER JOIN dbo_calls ON (dbo_Caller.Id = dbo_calls.Caller2Id) AND (dbo_Caller.Id = dbo_calls.Caller1Id);