N
news
Hello
I created a unmached query where i want to see the students who not made a
specific task.
for example in grupo 5-1 I have 19 students, 4 students made the task nieuw.
What I want to see is a list of students who did not make the task.
The query is:
SELECT tareas.Grupo, tareas.Nombre, tareas.ApellidoP, tareas.ApellidoM,
tareas.tarea
FROM tareas LEFT JOIN [tareas estudiantes] ON tareas.IDtarea = [tareas
estudiantes].IDtarea
WHERE (((tareas.Grupo)="5-1") AND ((tareas.tarea)="nieuw") AND (([tareas
estudiantes].IDtarea) Is Null));
The result of the query I have now not show this what do I wrong?
Hope someone can help me.
Herman
I created a unmached query where i want to see the students who not made a
specific task.
for example in grupo 5-1 I have 19 students, 4 students made the task nieuw.
What I want to see is a list of students who did not make the task.
The query is:
SELECT tareas.Grupo, tareas.Nombre, tareas.ApellidoP, tareas.ApellidoM,
tareas.tarea
FROM tareas LEFT JOIN [tareas estudiantes] ON tareas.IDtarea = [tareas
estudiantes].IDtarea
WHERE (((tareas.Grupo)="5-1") AND ((tareas.tarea)="nieuw") AND (([tareas
estudiantes].IDtarea) Is Null));
The result of the query I have now not show this what do I wrong?
Hope someone can help me.
Herman