Hi Guys
I am trying to write VbA code that will check if the Date field value is NULL but its not recognising it and going to Else part.
even if I change it to as below then again it doesn't work.![]()
if rs.fields(p).value=null then msgbox "date is null" else msgbox "date is not null" end if
Any help will be much appreciated.![]()
if isnull(rs.fields(p).value)
Thanks
Bookmarks