Aug 1, 2006 #1 phpatrick Programmer Jul 9, 2006 72 BE perhaps a silly one, if the value of a field mentioned 01:00 or 01:22 (short time notition) how cen I get the number of minutes (* 60 ?)
perhaps a silly one, if the value of a field mentioned 01:00 or 01:22 (short time notition) how cen I get the number of minutes (* 60 ?)
Aug 1, 2006 #2 Golom Programmer Sep 1, 2003 5,595 CA Code: ? Minute(TimeValue("01:22")) + 60 * Hour(TimeValue("01:22")) 82 Upvote 0 Downvote
Aug 1, 2006 #3 PHV MIS Nov 8, 2002 53,708 FR If the Field is defined as DateTime: NumOfMinutes = 1440 * yourTimeField Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
If the Field is defined as DateTime: NumOfMinutes = 1440 * yourTimeField Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886