P
ppp
Hello,
I got a problem with this query - access starts some seconds and then it
hangs up (with a Message "found a failure, try to repair and restart").
SELECT T.NName, T.Strasse, T.Postleitzahl, T.Ort, T.Vorname FROM
Teilnehmer AS T WHERE
(((Exists (SELECT * FROM Teilnehmer WHERE Teilnehmer.NName = T.NName AND
Seminar_NR = S-60105-1))<>False) AND
((Exists (SELECT * FROM Teilnehmer WHERE Teilnehmer.NName = T.NName AND
Seminar_NR = S-60105-1))<>False) AND
((Exists (SELECT * FROM Teilnehmer WHERE Teilnehmer.NName = T.NName AND
Seminar_NR = S-60105-1))<>False) AND
((Exists (SELECT * FROM Teilnehmer WHERE Teilnehmer.NName = T.NName
AND Seminar_NR = S-60123-1))=False))
GROUP BY T.NName, T.Strasse, T.Postleitzahl, T.Ort, T.Vorname;
Maybe the query is too complex for Access? I´ve already tried to avoid
the "*" in the select-Statements, but it had no effect.
In addition to this problem I have to say that there should to be a lot
more of these Exists-Statements, these are just the test...
Thanks for some help!
I got a problem with this query - access starts some seconds and then it
hangs up (with a Message "found a failure, try to repair and restart").
SELECT T.NName, T.Strasse, T.Postleitzahl, T.Ort, T.Vorname FROM
Teilnehmer AS T WHERE
(((Exists (SELECT * FROM Teilnehmer WHERE Teilnehmer.NName = T.NName AND
Seminar_NR = S-60105-1))<>False) AND
((Exists (SELECT * FROM Teilnehmer WHERE Teilnehmer.NName = T.NName AND
Seminar_NR = S-60105-1))<>False) AND
((Exists (SELECT * FROM Teilnehmer WHERE Teilnehmer.NName = T.NName AND
Seminar_NR = S-60105-1))<>False) AND
((Exists (SELECT * FROM Teilnehmer WHERE Teilnehmer.NName = T.NName
AND Seminar_NR = S-60123-1))=False))
GROUP BY T.NName, T.Strasse, T.Postleitzahl, T.Ort, T.Vorname;
Maybe the query is too complex for Access? I´ve already tried to avoid
the "*" in the select-Statements, but it had no effect.
In addition to this problem I have to say that there should to be a lot
more of these Exists-Statements, these are just the test...
Thanks for some help!