G
Guest
Hello,
I have an Access Query with the following statement using "ntz" which I am
told is "null to zero".
Val(ntz(qryReport_Group![0 <20])) AS [0<20]
However, I cannot find any documentation on the "ntz" function. I do see
the Nz function. My question is how does this statement work? Is the "ntz"
in the statement an actual function or is it somehow defined somewhere in my
Access query separately.
My real issue is I'm trying to import the results of this query into Excel
and I'm getting a message saying "[Microsoft][ODBC Microsoft Access Driver]
Undefined function 'ntz' in expression". I've tried replacing "ntz" with the
Nz function in the Access Query. The query runs correctly but I'm still
getting the ODBC error message when importing data into Excel.
Any ideas?
I have an Access Query with the following statement using "ntz" which I am
told is "null to zero".
Val(ntz(qryReport_Group![0 <20])) AS [0<20]
However, I cannot find any documentation on the "ntz" function. I do see
the Nz function. My question is how does this statement work? Is the "ntz"
in the statement an actual function or is it somehow defined somewhere in my
Access query separately.
My real issue is I'm trying to import the results of this query into Excel
and I'm getting a message saying "[Microsoft][ODBC Microsoft Access Driver]
Undefined function 'ntz' in expression". I've tried replacing "ntz" with the
Nz function in the Access Query. The query runs correctly but I'm still
getting the ODBC error message when importing data into Excel.
Any ideas?