Microsoft
Software
Hardware
Network
Question : Sort by Seconds, Milliseconds
HI everyone
I have an interesting task on hand which is done in ACESS w/ VB6. I have to store by stuffs in Minutes:Seconds.Milisecond
s
It has to be sorted too. From shortest time taken to longest.
I doubt I can use the DateTime field for this instance.
I'm thinking of storing it in 3 columns: Minutes column, Seconds column, Milisecond columns.
But how will I be able to sort them out?
Any kind experts to give advise?
Thanks!
Answer : Sort by Seconds, Milliseconds
>I'm thinking of storing it in 3 columns: Minutes column, Seconds column, Milisecond columns.
if you are going to split into 3 columns then use calculated field to sort:
(minutesField * 60) + secondsField + milisecondsField/1000
Random Solutions
Event id 55 NTFS error - blue screen
Best way to query SQl 2008 trough VB 2008
How to revert wordpad back to notepad
Backup problem
Runas for fileserver access?
Text in image, using hidden <h1>,<p> with text
Configure SMTP on sendmail to send email from unix to outlook
Command-line zip utility
Count total record by year, month
Merge from Excel results in zero not text