Nz() is a new and improved function that replaced the A97 NullToZero() function. The added improvement to this is that the earlier function only changed a null value to zero, whereas Nz() allows you to use any replacement value you want.
For Example
Yesterday = Nz([AnyDate],Date()-1)...