All
I need to compare two dates (with time) in Access 2010, but obviously next code does not work as excpected
if now > "#1/jan/2011 00:00:10#" then
...
end if
The code between the IF-function should activate after 10 seconds in the new year.
It seems the result is TRUE although it NOW is "31/12/2010 11:25"
regards
Ino
I need to compare two dates (with time) in Access 2010, but obviously next code does not work as excpected
if now > "#1/jan/2011 00:00:10#" then
...
end if
The code between the IF-function should activate after 10 seconds in the new year.
It seems the result is TRUE although it NOW is "31/12/2010 11:25"
regards
Ino