In my table 2 has some records along with their comments and these records are connected with table 1.
for example 3 records which are connected with a1.
Now I want to access comments of those 3 records in the interface via a1.
I don’t wanna read individual comments going each record instead by clicking just a1, I should have access those comments.
Here this my base tables
Table 1

Table 2

Here is the base link
Please help me if anyone has some insights.
