W
Wayne-I-M
Hi
Is it possible to loop through records on a continous form but only only for
each instance of a specific field ?
eg.
Person A has 1 record = eg 1 Booking Ref and 1 flightID
Person B has 1 record = eg 1 Booking Ref and 1 flightID
Person C has 3 records = eg 1 Booking Ref and 3 flightID's
Person D has 2 records = eg 1 Booking Ref and 2 flightID's
I only want to run the code once for each person
in this case it would be 4 times
at the moment it's running 7 times (in this example)
Any ideas ?
Is it possible to loop through records on a continous form but only only for
each instance of a specific field ?
eg.
Person A has 1 record = eg 1 Booking Ref and 1 flightID
Person B has 1 record = eg 1 Booking Ref and 1 flightID
Person C has 3 records = eg 1 Booking Ref and 3 flightID's
Person D has 2 records = eg 1 Booking Ref and 2 flightID's
I only want to run the code once for each person
in this case it would be 4 times
at the moment it's running 7 times (in this example)
Any ideas ?