J
JoeP
I have a field that was imported as part of a text file. The field comes in
as a string of numbers 20090107 which I have converted to a date using
DateSerial function and it now appears in the calculated field StartConvert
as 2009-01-07.
I want to calculate how many days from the date in StartConvert to today's
date which right now is Jan 28 2010. I use the following calculation...
TestDate: DateDiff("d",[StartConvert],Date()). I receive the answer 20 when
in fact the answer should be 385.
What am I doing wrong?
Thanks for any help.
JoeP
as a string of numbers 20090107 which I have converted to a date using
DateSerial function and it now appears in the calculated field StartConvert
as 2009-01-07.
I want to calculate how many days from the date in StartConvert to today's
date which right now is Jan 28 2010. I use the following calculation...
TestDate: DateDiff("d",[StartConvert],Date()). I receive the answer 20 when
in fact the answer should be 385.
What am I doing wrong?
Thanks for any help.
JoeP