Hi Folks:
A user named Harry kindly turned me on to the Nz() function in Access. I've been using it liberaly but only recently did I try to use it from an ASP page via Microsoft Jet. I'm using an DSN-Less connection and I'm now getting this error:
----------
Microsoft JET Database Engine error '80040e14'
Undefined function 'Nz' in expression.
/bbx/forums.asp, line 48
----------
Line 48 reffers to my objRecordset.Open line. I pass it a SQL query that uses the NZ() function in a where clause.
Any suggestions on overcoming this?
Regards,
Chris Bloom
A user named Harry kindly turned me on to the Nz() function in Access. I've been using it liberaly but only recently did I try to use it from an ASP page via Microsoft Jet. I'm using an DSN-Less connection and I'm now getting this error:
----------
Microsoft JET Database Engine error '80040e14'
Undefined function 'Nz' in expression.
/bbx/forums.asp, line 48
----------
Line 48 reffers to my objRecordset.Open line. I pass it a SQL query that uses the NZ() function in a where clause.
Any suggestions on overcoming this?
Regards,
Chris Bloom