B
Brian Henry
I want to tell if a date is invaid (not assigned yet)
right now i am doing this
dim aDate as datetime
if aDate.date = #12:00:00 AM#
' not assigned
else
'assigned
end if
which seems to work, but is this the best way to do this?
right now i am doing this
dim aDate as datetime
if aDate.date = #12:00:00 AM#
' not assigned
else
'assigned
end if
which seems to work, but is this the best way to do this?