Question Calculating precise elapsed time

sjs94704

Member
Local time
Yesterday, 16:04
Joined
May 7, 2013
Messages
41
I am new to working with calculating times, so I would appreciate a code example with the following in mind:

I am doing a database for sporting events. three of the events are timed. For example, there would be a race of runners, so I need to record precise times including milliseconds.

First, can access do this? If so, can someone give me an example of how you would set this up?

The three fields would be StartTime, EndTime, and ElapsedTime.

Thanks in advance for your help.

Steven
Berkeley, CA USA
 
G'd Afternoon Steven,
Access has its own timer function, but if you need a high speed function ChrisO developed his own version and shared with us his high speed Timer function. Also Alastair shared his Timer Database.
Try that code and let us know if that solved your problem.
G'd luck
 

Users who are viewing this thread

Back
Top Bottom