Hi,
I have an asp page that retrieves records from an access system and displays results in an html table.
One of the columns which i am querying is an expression which adds the values of other columns in the query grid like this:
a: nz([field1]) + nz([field2])
However, asp gives me the following error:
Microsoft JET Database Engine error '80040e14'
Undefined function 'nz' in expression.
Does anyone know a way around this?
Any and all help is greatly appreciated!
I have an asp page that retrieves records from an access system and displays results in an html table.
One of the columns which i am querying is an expression which adds the values of other columns in the query grid like this:
a: nz([field1]) + nz([field2])
However, asp gives me the following error:
Microsoft JET Database Engine error '80040e14'
Undefined function 'nz' in expression.
Does anyone know a way around this?
Any and all help is greatly appreciated!