L
Leslie Isaacs
Hello All
I have a query which is apparently "typed incorrectly or is too complex
....". The sql is:
SELECT A1.absencedate AS thisabsencedate,
A1.SorN, -1*(A1.SorN='s')*(COUNT(A2.absencedate)+1) AS [Position] FROM
qryJoin GROUP BY A1.absencedate, A1.SorN;
qryJoin, on which the above query is based, runs fine.
Can anyone see the problem?
Hope someone can help.
Many thanks
Leslie Isaacs
I have a query which is apparently "typed incorrectly or is too complex
....". The sql is:
SELECT A1.absencedate AS thisabsencedate,
A1.SorN, -1*(A1.SorN='s')*(COUNT(A2.absencedate)+1) AS [Position] FROM
qryJoin GROUP BY A1.absencedate, A1.SorN;
qryJoin, on which the above query is based, runs fine.
Can anyone see the problem?
Hope someone can help.
Many thanks
Leslie Isaacs