also mit 3 tabellen funktioniert es schonmal
hattest recht.
Delphi-Quellcode:
if frmhaupt.CheckBox1.Checked and not frmhaupt.CheckBox2.Checked and
frmhaupt.CheckBox3.Checked then
dm.dsetbilder.SelectSQL.Add('select b.* from bilder b left join '+
'zwbildertags x on x.bildid=b.bid left join tags t '+
'on t.tid=x.tagid where (t.namet containing UPPER(:WERT) or b.name '+
'containing upper(:WERT)) order by upper(b.name)');
nur wie füg ich da jetzt noch die anderen beiden dazu?