Hi,
I wrote query as u suggested. But when 'LIKE' is used in query, the relation between Table A & Table B is the Design View gets disconnected and filtering doesnt happens as expected. All the Records are displayed in the output.
SELECT *
FROM tablea LEFT JOIN tableb ON tablea.name = "*" &...