Testing for a null field in a recordset in vba

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top