S
Simon Guertin
Hi, I am having a hard time to test if my field that could
contain a date is null or not.
IsNull does not seems to work
is not null.. I don't know what to do.
here is some of my code:
IIf(Not IsNull(destination.Fields(1).value).....
is this the proper way to test a field to know if it is
null?
thanks
Simon
contain a date is null or not.
IsNull does not seems to work
is not null.. I don't know what to do.
here is some of my code:
IIf(Not IsNull(destination.Fields(1).value).....
is this the proper way to test a field to know if it is
null?
thanks
Simon