> HI,
>
[quoted text clipped - 3 lines]
>
> What can I do in order to view this data as TIME/DATE?
I'd say (in the query design) choose that column, view properties,
choose Long Date as format. Or, use a custom format string.
> 2) In another field that data is in seconds. How can I format it to
> show HH:MM:SS ?
First, divide by 86400 (the number of seconds in one day). Then, format
as above.