PC Review


Reply
Thread Tools Rate Thread

How do I make a field to display minute/seconds (runners time)

 
 
=?Utf-8?B?S2VsbHk=?=
Guest
Posts: n/a
 
      23rd Mar 2007
Our students have to run a mile and 1/2 and I need to put the minutes and
seconds they ran in a field. I then want to use that minute/second time to
make a pivot chart to show their progress.

How do I make a minute/seconds field? I've tried the date function stuff
but either I'm doing it wrong or it doesn't work. Could really use some
help. Thanks!!!
 
Reply With Quote
 
 
 
 
Rick B
Guest
Posts: n/a
 
      23rd Mar 2007
Do a search and read previous posts. This is a very common question.

The most common answer is to create a numeric field and enter the total
seconds (or tenths of second or hundredths). Then, in your forms, reports,
and queries you can divide the entry by 60 to get the number of minutes,
insert a colon, then display the remainder.

Do a search and you should find several examples. the following is an
example of how to store minutes, then print minutes and seconds. The
concept is exactly the same...

Displaying minutes as Hours:Minutes (X:XX)
=[SomeFieldName]\60 & Format([SomeFieldName] Mod 60, "\:00")


--
Rick B



"Kelly" <(E-Mail Removed)> wrote in message
news:F9B2DFD3-5903-430B-B804-(E-Mail Removed)...
> Our students have to run a mile and 1/2 and I need to put the minutes and
> seconds they ran in a field. I then want to use that minute/second time
> to
> make a pivot chart to show their progress.
>
> How do I make a minute/seconds field? I've tried the date function stuff
> but either I'm doing it wrong or it doesn't work. Could really use some
> help. Thanks!!!



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
runners time format =?Utf-8?B?TWF1cmVlbktMTQ==?= Microsoft Access 2 8th Apr 2006 05:56 AM
XPe time is loosing 12 seconds per minute. Mark K Vallevand Windows XP Embedded 0 1st Mar 2006 04:12 PM
the system cannot display the time with seconds =?Utf-8?B?aG9ybg==?= Windows XP General 1 13th May 2005 06:09 AM
Time losing 3 seconds every minute =?Utf-8?B?Q2F2YW5zNzE=?= Windows XP Help 1 1st Nov 2004 07:38 PM
display seconds as time Lane Microsoft Access Forms 1 28th Feb 2004 10:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:46 AM.