Question Calculating precise elapsed time (1 Viewer)

sjs94704

Member
Local time
Today, 11:29
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
 

Estuardo

Registered User.
Local time
Today, 19:29
Joined
May 27, 2003
Messages
134
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

Top Bottom