I am currently using Crystal Reports 10 and my data is from an Access table.
My data table consists of 2 columns only, Linked_Key and Master_Number. Linked_Keys are not unique and there maybe 10 different Master_Numbers within one Linked_Key. i.e.
Linked_Key, Master_Number
ABABABAB,100001
ABABABAB,100002
ABABABAB,100003
ABABABAB,100004
ABABABAB,100005
ABABABAB,100006
ABABABAB,100007
ABABABAB,100008
ABABABAB,100009
ABABABAB,100010
BCBCBCBC,200001
BCBCBCBC,200002
BCBCBCBC,200003
BCBCBCBC,200004
I want to be able to create an output file that will create one line of data per line within the input data but which will contain data from the 2nd line of data within each Linked_Key group (I'm sure that doesn't make sense!!) i.e the output for the above examples should read:-
100001,100002
100002,100002
100003,100002
100004,100002
100005,100002
100006,100002
100007,100002
100008,100002
100009,100002
100010,100002
200001,200002
200002,200002
200003,200002
200004,200002
Any assistance would be greatly appreciated! Any questions please ask!
Kind regards
Steve
My data table consists of 2 columns only, Linked_Key and Master_Number. Linked_Keys are not unique and there maybe 10 different Master_Numbers within one Linked_Key. i.e.
Linked_Key, Master_Number
ABABABAB,100001
ABABABAB,100002
ABABABAB,100003
ABABABAB,100004
ABABABAB,100005
ABABABAB,100006
ABABABAB,100007
ABABABAB,100008
ABABABAB,100009
ABABABAB,100010
BCBCBCBC,200001
BCBCBCBC,200002
BCBCBCBC,200003
BCBCBCBC,200004
I want to be able to create an output file that will create one line of data per line within the input data but which will contain data from the 2nd line of data within each Linked_Key group (I'm sure that doesn't make sense!!) i.e the output for the above examples should read:-
100001,100002
100002,100002
100003,100002
100004,100002
100005,100002
100006,100002
100007,100002
100008,100002
100009,100002
100010,100002
200001,200002
200002,200002
200003,200002
200004,200002
Any assistance would be greatly appreciated! Any questions please ask!
Kind regards
Steve