Public Function BlankToNull( _ ByVal vValue As Variant _ ) As Variant
IsNull(BlankToNull("")) = True IsNull(BlankToNull(Null)) = True IsNull(BlankToNull("Word")) = False IsNull(BlankToNull(45)) = FalseSee also:
BlankToValue Function NullValue PropertyvValue: The value which is to be changed from an empty string to a Null if appropriate. Function returns Null if vValue is an empty string. Function returns vValue unchanged in all other cases.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.