rasco22862
New member
- Local time
- Today, 02:23
- Joined
- Apr 7, 2010
- Messages
- 4
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 that have a client that have ASD as "related". So for example, if i select ASD, i want to retrieve all the FGH and ZXC folders (i.e. "Bbbb", "Cccc" and "Eeee"). I dont know where to start with this. Any ideas?
Thanks!
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 that have a client that have ASD as "related". So for example, if i select ASD, i want to retrieve all the FGH and ZXC folders (i.e. "Bbbb", "Cccc" and "Eeee"). I dont know where to start with this. Any ideas?
Thanks!