[AccessD] Expressing seconds in hours / minutes / seconds

Stuart McLachlan stuart at lexacorp.com.pg
Thu Feb 12 21:05:30 CST 2004


On 12 Feb 2004 at 21:32, John W. Colby wrote:

> Does anyone have a "second count to time in words" function?  NNN seconds =
> A minutes and b seconds.

INT(secs\60) & " minutes and " & secs - INT(secs/60)*60 & " seconds"



 
-- 
Lexacorp Ltd
http://www.lexacorp.com.pg
Information Technology Consultancy, Software Development,System Support.





More information about the AccessD mailing list