G
Guest
I am attempting to convert an Access application to a Visual Basic frontend,
and having fairly good luck so far. I have written routines to handle all the
Domain Aggregate Functions (DLookup and the like), but I would like to know
exactly what Nz does. From what I have been able to figure out, I think it
converts a null returned from say DSum to a zero value, but I need to know
that for sure before I can write a routine in Visual Basic. Someone please
help.
and having fairly good luck so far. I have written routines to handle all the
Domain Aggregate Functions (DLookup and the like), but I would like to know
exactly what Nz does. From what I have been able to figure out, I think it
converts a null returned from say DSum to a zero value, but I need to know
that for sure before I can write a routine in Visual Basic. Someone please
help.