Hi Igor,
You have to use the
You have to use the
IsNull
function in this case:function Test
if IsNull(Class1.Class2) then
Test = true
else
Test = false
end if
end function
Thanks!