oliver
06-03-2000, 09:21 PM
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??
any ideas??
|
View Full Version : date difference oliver 06-03-2000, 09:21 PM 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?? Neal 06-04-2000, 08:19 AM Did you try datediff? The format would be: Datediff("d",[OneDate],[OtherDate]) The "d" stands for days. "n" would give the results in minutes. |