G
Guest
Hello -
I have a query in which the table I am pulling in has a field that describes
the time in a large amount of seconds.
For Example, 1143417600 = 12:00 AM 3/27/2006
I use the above as my baseline, since that's what I know to be true.
I need to find a way in a query, to calculate the date and time, given a
number like: 1143447569 (which happens to work itself out to 8:20 AM
3/27/2006)
I have thought of a few ways to do it, but both require a ton of
manipulation (mid, left, functions all over the place). There's got to be an
easier way....I was hoping someone knew what that was???
Thank you so much!!
Nick
I have a query in which the table I am pulling in has a field that describes
the time in a large amount of seconds.
For Example, 1143417600 = 12:00 AM 3/27/2006
I use the above as my baseline, since that's what I know to be true.
I need to find a way in a query, to calculate the date and time, given a
number like: 1143447569 (which happens to work itself out to 8:20 AM
3/27/2006)
I have thought of a few ways to do it, but both require a ton of
manipulation (mid, left, functions all over the place). There's got to be an
easier way....I was hoping someone knew what that was???
Thank you so much!!
Nick