A
a0a349 via AccessMonster.com
Hi All!
I have seen lots of posts here on Julian Dates, but it would take me days
looking through everything to potentially find my issue.
I need to convert a claim # to a julian date.
Here is a claim #:
00688043900000, how our julian date would be determined is position 1= year &
positions 2-4 = day or the year.
So, the above claim (0068) SHOULD return a date of 3/8/2010, but instead it
is giving 3/8/2000.
What I am using is working for earlier years but not 2010.
Here is what I am doing.
Step 1: JulianDt: Left(Claim#,4)
Step 2: Rcvdt: DateSerial(Left([JulianDt],1),1,Right([JulianDt],3))
Any thoughts how to get year 2010 to work when I only have one position to
work with?
Thanks!
Jen
I have seen lots of posts here on Julian Dates, but it would take me days
looking through everything to potentially find my issue.
I need to convert a claim # to a julian date.
Here is a claim #:
00688043900000, how our julian date would be determined is position 1= year &
positions 2-4 = day or the year.
So, the above claim (0068) SHOULD return a date of 3/8/2010, but instead it
is giving 3/8/2000.
What I am using is working for earlier years but not 2010.
Here is what I am doing.
Step 1: JulianDt: Left(Claim#,4)
Step 2: Rcvdt: DateSerial(Left([JulianDt],1),1,Right([JulianDt],3))
Any thoughts how to get year 2010 to work when I only have one position to
work with?
Thanks!
Jen