I have a table that lists passengers on a skydiving trip. In order to make sure that the capacity of the aircraft is properly accounted for, each jumper must be listed. Also listed is a code field that tells the staff who is doing what for each jumper; the jumps are tandem jumps, where the client is strapped to a "jump master." There also may be another jumper taking pictures/movies of the client. Below is a sample from the table that the dispatcher/coordinator completes for each load on a given day. I need to populate a hidden field that will be used later for payroll with the client's name in the same record as the "jumpmaster" and the "photographer."
Jumper Code
Kay R T1 { the client.
ALEC TM {the "Jump master" - hidden field ="Kay R"
JUSTIN P VDO {the photographer - again, hidden field= "Kay R"
James R T1 {the client
JVC TM [jump master
TaylorC T1 {client
JUSTIN P TM {jump master
JOSH VDO {photographer
This is repeated for each client all day. There may be 27 clients (or more) in a given day.
Thanks for your help.
Jumper Code
Kay R T1 { the client.
ALEC TM {the "Jump master" - hidden field ="Kay R"
JUSTIN P VDO {the photographer - again, hidden field= "Kay R"
James R T1 {the client
JVC TM [jump master
TaylorC T1 {client
JUSTIN P TM {jump master
JOSH VDO {photographer
This is repeated for each client all day. There may be 27 clients (or more) in a given day.
Thanks for your help.