When I entered the query below - I received the error - "You may have entered an invalid identifier or typed parentheses following the null constant criteria."
The string:
Overdue: IIf([Due Date]<Date(), Int(Date()-[Due Date]) & ' days past due', '')
I do type this string for the criteria in the query design? Do I type the word Overdue with the query?
I want to figure out once a due date is past, have the results display in the Overdue field - 1 day past due, 2 days past due, etc.
tks
The string:
Overdue: IIf([Due Date]<Date(), Int(Date()-[Due Date]) & ' days past due', '')
I do type this string for the criteria in the query design? Do I type the word Overdue with the query?
I want to figure out once a due date is past, have the results display in the Overdue field - 1 day past due, 2 days past due, etc.
tks