K
kidkosmo
Hi, Gang,
I'm having a dillema that I probably should be able to figure out on
my own, but I'm having issues.
I have multiple records which are laid out such as this:
Acct ProductName
123 AB1
123 BA1
123 CD1
I want to roll those multiple records into one record that might look
something like this:
Acct AB1 BA1 CD1
123 Yes Yes Yes
For some reason, this is escaping me.
Thanks!
I'm having a dillema that I probably should be able to figure out on
my own, but I'm having issues.
I have multiple records which are laid out such as this:
Acct ProductName
123 AB1
123 BA1
123 CD1
I want to roll those multiple records into one record that might look
something like this:
Acct AB1 BA1 CD1
123 Yes Yes Yes
For some reason, this is escaping me.
Thanks!