I have a numeric field (double) which holds a number of hours. I wish
to display this on a report in the form of hours and minutes.
E.g.
2.5 to be displayed as 02:30
1.25 as 01:15
3.2 as 03.20
Using Format([theHours],"hh:nn") does not do it.
Any ideas?
to display this on a report in the form of hours and minutes.
E.g.
2.5 to be displayed as 02:30
1.25 as 01:15
3.2 as 03.20
Using Format([theHours],"hh:nn") does not do it.
Any ideas?
Comment