IsNull and Nz

  • Thread starter Thread starter Tanuj Ralhan
  • Start date Start date
T

Tanuj Ralhan

Hi Everybody

What is the difference in IsNull and Nz functions in
access2000. when make queries using IsNull functions and
use it thru my VB6 program, it works fine whereas queries
using Nz function works fine in access2000 but using these
queries in VB6 proram I get:

Run-time error '-2147217900 (80040e14)':
Undefined function 'Nz'in expression.

Why is it so. Is it that Jet driver in VB6 doesnot know Nz
function and IsNull function is defined in jet.
 
Back
Top