S
Simon Guertin
Hi, I am trying to program with dates. I want to have a
function return a date or nothing if there is no date that
suits me. In vba it does not let me do this
dim mydate as date
....
....
if(not good) then
mydate = null
end if
the function is used in a query, should I use a string and
set it to null instead?
function return a date or nothing if there is no date that
suits me. In vba it does not let me do this
dim mydate as date
....
....
if(not good) then
mydate = null
end if
the function is used in a query, should I use a string and
set it to null instead?