![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to reduce data from a mini-marathon. I have 4 tables each with Two Alpha fields. Field1 contains the code number of a runners "Toe Chip" (An Electronic ID chip - A7field). Field2 contains the time of day "hh:mm:ss. As the runners pass the sensor, the chip number and time of day is recorded by the hardware. Problem: Runners often wander back thru the chute thereby creating a second (or more) record. Is there a query method that will take the first value received and reject all others *without* changing the order of the codes? I have created another column which I have numbered the arrival order so I can re-arrange the data after a query. Any suggestions? |
|
Field1 | Field2 | Check | CALC MIN AS first_time | |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |