Can I compare two dates with '<' or '>'

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I want to compare two date type variables, can I just use '>' and '<' or
do I have to use the DateDiff function?
 
mscertified said:
If I want to compare two date type variables, can I just use '>' and '<' or
do I have to use the DateDiff function?


All the comparison operators work fine with date/time
values.

Did you have a problem when you tried it?
 
Back
Top