Decimal value to time value

PG2015

Registered User.
Local time
Today, 06:23
Joined
Feb 16, 2015
Messages
21
As easy as it sounds I don't seem to be able to get this right.

Looking for a query that will take a value say 4.5 and convert to datevalue in hours so will end up as 04:30:00

Any help appreciated.

Thanks
:banghead:
 
myTime: TimeSerial(Int([myValue]),([myValue]-Int([myValue]))*60,0)
 
Look at that - spot on!

Thanks very much
 
Thanks very much - can use that too.

Thanks again
 

Users who are viewing this thread

Back
Top Bottom