Dec 8, 2005 #1 kmihaila IS-IT--Management Dec 8, 2005 1 US I am trying to create a formula which compares a date/time field against whatever date is the system date????
I am trying to create a formula which compares a date/time field against whatever date is the system date????
Dec 8, 2005 #2 synapsevampire Programmer Mar 23, 2002 20,180 US Might be a good idea to state what you intend to do with the comparison. To get the difference in days, just use: currentdate-{table.date} If you need something else, look at the syntax for the datediff function, you can return the difference expressed in different periods. -k Upvote 0 Downvote
Might be a good idea to state what you intend to do with the comparison. To get the difference in days, just use: currentdate-{table.date} If you need something else, look at the syntax for the datediff function, you can return the difference expressed in different periods. -k