G
Guest
I created a new field in my query using expert advise from this group:
Task_Date: IIf(Nz([TaskDate],"1/1/1900")="1/1/1900","",[TaskDate])
When I run the query it returns exactly what I am looking for, but when I
return to the excel sheet and try to refresh the pivot it tells me:
[Microsoft][ODBC Microsoft Access Driver] Undefined function 'Nz' in
expression
Can anyone help me?
Task_Date: IIf(Nz([TaskDate],"1/1/1900")="1/1/1900","",[TaskDate])
When I run the query it returns exactly what I am looking for, but when I
return to the excel sheet and try to refresh the pivot it tells me:
[Microsoft][ODBC Microsoft Access Driver] Undefined function 'Nz' in
expression
Can anyone help me?