christiniaroelin
Programmer
Hi,
i need to pull out field values( low and high) according to the following logic:
pullout the value from record 1, column 3 => low 1
jump down 12 records; pull out the value from column 4 =>high1
pull out the value from the next record( the very next subsequent record, i.e. record 13) => low2
jump down 12 records( i.e. record 25); pull out the value from column 4 =>high2
pull out the value from the next record( the very next subsequent record, i.e. record 26) => low3
jump down 12 records( i.e. record 38); pull out the value from column 4 =>high3
.....and so on for 6 low and high pairs.
The value from column 3 will give the low# value and the
value from column4 jumped down to 12 records from the corresponding low record will give the
high value.
Please, advice me on how to go about this.
Thanks in advance for your time and help
regards,
christinia
i need to pull out field values( low and high) according to the following logic:
pullout the value from record 1, column 3 => low 1
jump down 12 records; pull out the value from column 4 =>high1
pull out the value from the next record( the very next subsequent record, i.e. record 13) => low2
jump down 12 records( i.e. record 25); pull out the value from column 4 =>high2
pull out the value from the next record( the very next subsequent record, i.e. record 26) => low3
jump down 12 records( i.e. record 38); pull out the value from column 4 =>high3
.....and so on for 6 low and high pairs.
The value from column 3 will give the low# value and the
value from column4 jumped down to 12 records from the corresponding low record will give the
high value.
Please, advice me on how to go about this.
Thanks in advance for your time and help
regards,
christinia