S
Sean
I'm creating a database to keep track of all my running races.
I have a form setup for each race distance. What I need to be able to do is
put in the length of time the race took. For example
3:32:14:31 (meaning 3 hours, 32 minutes, 14 seconds, 31 milliseconds)
I then need it to calculate my avg pace. So for a 10K race if I ran
0:55:14:31 it would tell me my average pace was in minuets and seconds per/KM.
You would think Access would have function for duration of time but it
doesn't seem too and since my code writting capablilities are really horrible
I'm a little lost.
Any help would be appreciated. Thanks.
I have a form setup for each race distance. What I need to be able to do is
put in the length of time the race took. For example
3:32:14:31 (meaning 3 hours, 32 minutes, 14 seconds, 31 milliseconds)
I then need it to calculate my avg pace. So for a 10K race if I ran
0:55:14:31 it would tell me my average pace was in minuets and seconds per/KM.
You would think Access would have function for duration of time but it
doesn't seem too and since my code writting capablilities are really horrible
I'm a little lost.
Any help would be appreciated. Thanks.