Hello,I have the right query but I want to add one more thing but I cant get it to work:SELECT a.idUser, a.status, c.geboortedatum, c.plaats, g.regio, f.landen, h.geslacht, c.nickname, d.gezicht, d.neus, d.ogen, d.neus, d.mond, d.haren, e.foto1, e.snapshotFROM tblusers AS a LEFT JOIN tblnaw AS c USING(idUser), tblusers AS aa LEFT JOIN tblcompositie AS d USING(idUser), tblusers AS aaa LEFT JOIN tblpresentatie AS e USING(idUser), tblnaw AS cc LEFT JOIN pulllanden AS f USING(idLand), tblnaw AS ccc LEFT JOIN pullregio AS g USING(idRegio), tblnaw AS cccc LEFT JOIN pullgeslacht AS h USING(idGeslacht) WHERE c.idGeslacht = 2AND cc.idGeslacht = 2AND ccc.idGeslacht = 2AND c.idZoekGeslacht = 1AND cc.idZoekGeslacht = 1AND ccc.idZoekGeslacht = 1AND a.emailbevestiging = 1AND aa.emailbevestiging = 1AND aaa.emailbevestiging = 1GROUP BY idUser
But I want only the people where the e.snapshot OR the e.foto1 is "1".Hope you can help me out?ThanxxBjorn