S
Steve Russell
I posted this before on the programmers and got only one reply which
did not work.
Working on marathon runners race timing results. I have created two
tables, #1 has racers demographics (age,sex,bib
number,class,address,etc) which is updated using a form (#1) when a
new application arrives and during race day. #2 table is updated
during the race with a form (#2) that has a "timing code" in the form.
At the beginning of the race a button in form #2 is "clicked" to start
the timer (minutes:seconds) and another button, when "clicked",
updates #2 table with the exact running time as a racer crosses the
finish line. Each time the finish line button is click it updates #2
table with a new record. At the end of the race there should be X
number of records (minutes:seconds) based on X number of runners. A
tearoff on each bib allows support staff to keep track of who crossed
the finish line first, second and so on. After the race is over, the
first bib number to cross the finish line is put in the second column
in table #2 with the first time the button is pressed. The second bib
number is put in with the second time and so on until all bib numbers
are associated with the order they crossed the line. A REPORT combines
the two tables and tells the winners name, bib number and time they
crossed the finish line. I have created both of these and it is
working great with no problems. My problem,,,, many people show up to
register moments before the race and we need to input their
demographics even after the race has started. I need to "run" the
timer and input demo's at the same time. Even while I'm putting names
in the #1 table and hitting the Enter key, I need to be able to press
another key when a person crosses the line. To do it now, I need to
stop inputing into form #1, "select" the timing form #2, click the
time button then go back and "select" #1 form to continue inputing
demo's. This becomes a major problem when dozens of people are getting
close to the finish line. What is needed is a button with a cord that
can be an external trigger. Two people could be inputing data and
timing the race at the same time. Currently we are using a DOS based
program (54k)(rs-232) that can do all of this but would like to use
Access. Again, need both forms to be running independently on one
computer,, could consider assigning 2 "f" keys to input but seems to
only update the selected form, not unselected form, I need both forms
available for updating at the same time.
did not work.
Working on marathon runners race timing results. I have created two
tables, #1 has racers demographics (age,sex,bib
number,class,address,etc) which is updated using a form (#1) when a
new application arrives and during race day. #2 table is updated
during the race with a form (#2) that has a "timing code" in the form.
At the beginning of the race a button in form #2 is "clicked" to start
the timer (minutes:seconds) and another button, when "clicked",
updates #2 table with the exact running time as a racer crosses the
finish line. Each time the finish line button is click it updates #2
table with a new record. At the end of the race there should be X
number of records (minutes:seconds) based on X number of runners. A
tearoff on each bib allows support staff to keep track of who crossed
the finish line first, second and so on. After the race is over, the
first bib number to cross the finish line is put in the second column
in table #2 with the first time the button is pressed. The second bib
number is put in with the second time and so on until all bib numbers
are associated with the order they crossed the line. A REPORT combines
the two tables and tells the winners name, bib number and time they
crossed the finish line. I have created both of these and it is
working great with no problems. My problem,,,, many people show up to
register moments before the race and we need to input their
demographics even after the race has started. I need to "run" the
timer and input demo's at the same time. Even while I'm putting names
in the #1 table and hitting the Enter key, I need to be able to press
another key when a person crosses the line. To do it now, I need to
stop inputing into form #1, "select" the timing form #2, click the
time button then go back and "select" #1 form to continue inputing
demo's. This becomes a major problem when dozens of people are getting
close to the finish line. What is needed is a button with a cord that
can be an external trigger. Two people could be inputing data and
timing the race at the same time. Currently we are using a DOS based
program (54k)(rs-232) that can do all of this but would like to use
Access. Again, need both forms to be running independently on one
computer,, could consider assigning 2 "f" keys to input but seems to
only update the selected form, not unselected form, I need both forms
available for updating at the same time.