S
Saylindara
This database will be the death of me.
I am copying a query process which has worked in the past which involved
several steps which queried queries. The end result was an iif expression -
iif([AmendedDateDue] <Date(), "Overdue", "Not overdue")
I've used Group By and Max for dates as I only want to be left with the most
recent date that a course was attended. On my previous efforts I then queried
this query with "Overdue" and that worked perfectly fine.
Now when I do that I get the message "You tried to execute a query that does
not include the specified expressed
IIf([AmendedDateDue]<Date(),"Overdue","Not overdue") = "overdue" as part of
an aggregate function.
What am I doing wrong?
I am copying a query process which has worked in the past which involved
several steps which queried queries. The end result was an iif expression -
iif([AmendedDateDue] <Date(), "Overdue", "Not overdue")
I've used Group By and Max for dates as I only want to be left with the most
recent date that a course was attended. On my previous efforts I then queried
this query with "Overdue" and that worked perfectly fine.
Now when I do that I get the message "You tried to execute a query that does
not include the specified expressed
IIf([AmendedDateDue]<Date(),"Overdue","Not overdue") = "overdue" as part of
an aggregate function.
What am I doing wrong?