i have a condition :
If commitdate = null Then
----
---
end if
commitdate is really empty label with null value
but it is not enter the if statement !
i try If commitdate = "" Then
but the result is the same
what can i do to check if there is a value in this label??
If commitdate = null Then
----
---
end if
commitdate is really empty label with null value
but it is not enter the if statement !
i try If commitdate = "" Then
but the result is the same
what can i do to check if there is a value in this label??