N ncimike3 Registered User. Local time Today, 15:26 Joined Jan 5, 2011 Messages 12 May 24, 2014 #1 I would like to convert a number such as 15.25 to 3:15 pm. What is the easiest way to accomplish this? Thanks.
I would like to convert a number such as 15.25 to 3:15 pm. What is the easiest way to accomplish this? Thanks.
pbaldy Wino Moderator Staff member Local time Today, 15:26 Joined Aug 30, 2003 Messages 36,269 May 24, 2014 #2 This should help: http://office.microsoft.com/en-us/access-help/timeserial-function-HA001228925.aspx Along with the Int() function and some math.
This should help: http://office.microsoft.com/en-us/access-help/timeserial-function-HA001228925.aspx Along with the Int() function and some math.
C CJ_London Super Moderator Staff member Local time Today, 23:26 Joined Feb 19, 2013 Messages 17,406 May 25, 2014 #3 Another way is simply Format(15.25/24,"medium time")