G
Gary Paris
I have an Int field in an access table (Long Int) that stores time in
seconds but stores it like this:
It seems that it adds a '01' to the end of the field.
3960001 (Which is 11:00 AM )
4680001 (Which is 3:30 PM)
3240001 (Which is 9:00 AM)
How can I convert these integer numbers to the proper time?
Thanks,
Gary
seconds but stores it like this:
It seems that it adds a '01' to the end of the field.
3960001 (Which is 11:00 AM )
4680001 (Which is 3:30 PM)
3240001 (Which is 9:00 AM)
How can I convert these integer numbers to the proper time?
Thanks,
Gary