fboehlandt
Registered User.
- Local time
- Today, 23:46
- Joined
- Sep 5, 2008
- Messages
- 90
Hi everyone
I am looking for a way to merge duplicate rows of a table. I suspect that the query wizard might be able to help. I include some sample data below:
[Customer ID] [Customer_Name] [Address] [Phone]
[1001] [Bob Smith] [Main Rd 1, NY] [555-1234]
[1002] [John Miller] [Oak Ln 2, NY] []
[1002] [John Miller] [] [555-9876]
The resulting table should be
[Customer ID] [Customer_Name] [Address] [Phone]
[1001] [Bob Smith] [Main Rd 1, NY] [555-1234]
[1002] [John Miller] [Oak Ln 2, NY] [555-9876]
We can assume that Customer ID reliably identifies duplicate entries.
Any help is appreciated
Reagrds
Florian
I am looking for a way to merge duplicate rows of a table. I suspect that the query wizard might be able to help. I include some sample data below:
[Customer ID] [Customer_Name] [Address] [Phone]
[1001] [Bob Smith] [Main Rd 1, NY] [555-1234]
[1002] [John Miller] [Oak Ln 2, NY] []
[1002] [John Miller] [] [555-9876]
The resulting table should be
[Customer ID] [Customer_Name] [Address] [Phone]
[1001] [Bob Smith] [Main Rd 1, NY] [555-1234]
[1002] [John Miller] [Oak Ln 2, NY] [555-9876]
We can assume that Customer ID reliably identifies duplicate entries.
Any help is appreciated
Reagrds
Florian