N
Nicky
I have a table of data, 3 fields A record number, a note, and date the
note was added.
Old table looks like this
RecordID DateAdded Notes
11234-1 11/1/2006 Note about this record
11234-1 12/1/2006 Another note
11237-1 11/1/2006 Note about this record
I need for the new table to look like this
RecordID Notes
11234-1 11/1/2006 Note about this record, 12/1/2006 Another note
11237-1 11/1/2006 Note about this record
I understand how to merge the values of the columns, but don't know how
to merge the values of the rows. Table is large (300K rows.)
I'm trying to concatinate information, and then importing this data
into another application and retain some history data (from date and
notes fields.)
Any ideas???
Thanks,
-nick
note was added.
Old table looks like this
RecordID DateAdded Notes
11234-1 11/1/2006 Note about this record
11234-1 12/1/2006 Another note
11237-1 11/1/2006 Note about this record
I need for the new table to look like this
RecordID Notes
11234-1 11/1/2006 Note about this record, 12/1/2006 Another note
11237-1 11/1/2006 Note about this record
I understand how to merge the values of the columns, but don't know how
to merge the values of the rows. Table is large (300K rows.)
I'm trying to concatinate information, and then importing this data
into another application and retain some history data (from date and
notes fields.)
Any ideas???
Thanks,
-nick