View Full Version : Using Nz()


RossWindows
06-11-2009, 12:31 PM
If I use Trim(Nz([Service State],""))
as the Update To value in an update query then:

If the value of [Service State] = "Ca " then it will return "Ca"
or if the value of [Service State] is null then it will return a zls.. right?

Am I correct to assume this?

SOS
06-11-2009, 12:44 PM
yes, that is correct.