is it possible to combine multiple records into one record only ?
I'm trying to create a task list and would like to show the returned records in a asp.net list box.
so, below would be some records in separate rows.
Field1 06/02/15 Field2 Location 1
Field1 06/02/15 Field2 Location 2
Now, I would like to select the records based on the date of 06/02/15 and combine "Field2" from both rows into it's own Field. is this possible ?
any help would be appreciated.
Thanks
I'm trying to create a task list and would like to show the returned records in a asp.net list box.
so, below would be some records in separate rows.
Field1 06/02/15 Field2 Location 1
Field1 06/02/15 Field2 Location 2
Now, I would like to select the records based on the date of 06/02/15 and combine "Field2" from both rows into it's own Field. is this possible ?
any help would be appreciated.
Thanks