Search results

  1. R

    Query table using data from same table

    Hello, I have the following Mail table: Id Number Type Description mailDate User 4 101 Inbox Aaaa 22/04/2010 Reception 5 102 Inbox Bbbb 22/04/2010 Reception 6 103 Inbox Cccc 23/04/2010 Reception 7 102 Received Dddd 24/04/2010 John "Inbox" is the mail that arrives at the...
  2. R

    Query with sum of criterias

    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...
Back
Top Bottom