Hi
I have to evaluate an is null. i have:
ArrDate = Me.Arrival_Date.Value
TodayDate = Now
If (ArrDate Is Null) Then
'date field is empty
do nothing
else
'do something
end if
it halts by saying object not found so how do i correctly evaluate the if?
regards
Peter
I have to evaluate an is null. i have:
ArrDate = Me.Arrival_Date.Value
TodayDate = Now
If (ArrDate Is Null) Then
'date field is empty
do nothing
else
'do something
end if
it halts by saying object not found so how do i correctly evaluate the if?
regards
Peter