Sep 26, 2007 #1 mbryantuk Programmer Joined Aug 3, 2007 Messages 29 Location GB Hi Is it possible to convert Ticks stored in a table field to seconds using sql? Thanks Matt
Sep 26, 2007 #2 Otto Programmer Joined Dec 31, 1998 Messages 224 Location HU If your tick means millisecond: 1sec=1000ms, so you should div the ticks with 1000. Upvote 0 Downvote