G Guest Oct 14, 2005 #1 If I want to compare two date type variables, can I just use '>' and '<' or do I have to use the DateDiff function?
If I want to compare two date type variables, can I just use '>' and '<' or do I have to use the DateDiff function?
M Marshall Barton Oct 14, 2005 #2 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? Click to expand... All the comparison operators work fine with date/time values. Did you have a problem when you tried it?
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? Click to expand... All the comparison operators work fine with date/time values. Did you have a problem when you tried it?