gooseriver
IS-IT--Management
Access 2000
Table1
Columns:
-ContactName (text)
-Notes (text)
Example:
John Smith Test1
John Smith Test2
John Smith Test3
Dave Brown Test1
Using a query how can I group by ContactName and conactenate the Notes into 1 column
Example:
(one record) John Smith Test1 (carriage return)
Test2 (carriage return)
Test1 (carriage return)
(one record) Dave Brown Test1
Table1
Columns:
-ContactName (text)
-Notes (text)
Example:
John Smith Test1
John Smith Test2
John Smith Test3
Dave Brown Test1
Using a query how can I group by ContactName and conactenate the Notes into 1 column
Example:
(one record) John Smith Test1 (carriage return)
Test2 (carriage return)
Test1 (carriage return)
(one record) Dave Brown Test1