M
McSteve
I am trying to merge multiple records into a single record. Records that need
to be merged have a common account number. The data of each multiple record
(repeats up to 5 times) is basically the same with only the last 3 fields
being different. An example of the data is as follows: Acct #, Name, Phone,
Note, call date, call time, call result.
What I am looking to do is to have merged record that looks like the
following:
acct#, Name, Phone, Note, 1st call date, 1st call time, 1st call result, 2nd
call date, 2nd call time, 2nd call result, 3rd call date, 3rd call time, 3rd
call result, 4th call date, 4th call time 4th call result, 5th call date, 5th
call time, 5th call result. In the event there are only 3 mults then call 4
& 5 would return null.
to be merged have a common account number. The data of each multiple record
(repeats up to 5 times) is basically the same with only the last 3 fields
being different. An example of the data is as follows: Acct #, Name, Phone,
Note, call date, call time, call result.
What I am looking to do is to have merged record that looks like the
following:
acct#, Name, Phone, Note, 1st call date, 1st call time, 1st call result, 2nd
call date, 2nd call time, 2nd call result, 3rd call date, 3rd call time, 3rd
call result, 4th call date, 4th call time 4th call result, 5th call date, 5th
call time, 5th call result. In the event there are only 3 mults then call 4
& 5 would return null.