O oliver New member Local time Today, 01:38 Joined Apr 2, 2000 Messages 9 Jun 4, 2000 #1 i want to work out the difference between two dates in days. i tried it a few way but always got the woring answer. any ideas??
i want to work out the difference between two dates in days. i tried it a few way but always got the woring answer. any ideas??
N Neal Registered User. Local time Today, 01:38 Joined Feb 17, 2000 Messages 116 Jun 4, 2000 #2 Did you try datediff? The format would be: Datediff("d",[OneDate],[OtherDate]) The "d" stands for days. "n" would give the results in minutes.
Did you try datediff? The format would be: Datediff("d",[OneDate],[OtherDate]) The "d" stands for days. "n" would give the results in minutes.