Hello! I have a Folder table like this:
Id/Name/Client
1/Aaaa/ASD
2/Bbbb/FGH
3/Cccc/FGH
4/Dddd/ASD
5/Eeee/ZXC
...and a Clients table like this:
Id/Client/Related
1/ASD/
2/FGH/ASD
3/ZXC/ASD
I want to query the Folder table. If I select ASD as criteria , i want to filter all the folders...