Hi,
In my SQL query in Access 2000, I got a field containing numbers like:
- 0,15
- 1,30
- 1
- 0,50
Where x, is the hour, and ,xx is the minutes.
I need to convert this field into a DateTime (or the Access equivalent) field, because I later need to sum on the time values in a report.
How can I convert that field into DateTime?