C
Colin
Hi I was not looking for the difference between two times
I was looking to convert HH:MM:SS to Minutes
EG 01:30:30 = 90.5 Minutes
Rgds Colin
I was looking to convert HH:MM:SS to Minutes
EG 01:30:30 = 90.5 Minutes
Rgds Colin
..-----Original Message-----
Try DateDiff, e.g.:
DateDiff("n", #0:00:00#, [MyDateTimeField])
More information:
http://members.iinet.net.au/~allenbrowne/casu-13.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Reply to group, rather than allenbrowne at mvps dot org.
Please can you advise if there is a function to convert a
time field HH:MM:SS to number of minutes?
Many Thanks
Colin
.