Hi all,
I have created a form that lists work to be invoiced.
However I have a problem with the following WHERE clause in the query source:
WHERE (
IIF(
A.DateComplete is not null,
Month(A.DateComplete),
IIF(A.Fee is not null,
IIF(F.DateSpecific=False,
1...