lehcarrodan
Registered User.
- Local time
- Yesterday, 20:55
- Joined
- Feb 20, 2017
- Messages
- 11
Thought it would be easy with the query wizard.. Not so much.
So I have a whole lot of customers in tblCustomers
Problem is I imported from our old database so some data is duplicated so to start clean I want to delete duplicates.
BUT I want to store the CustomerNotes field of the duplicate entries all in one
EX.
CustID Name LastN CustNotes
CustID1 John Jacob abc
CustID2 John Jacob def
CustID3 John Jacob klsdhlh
WHAT I WANT TO KEEP
CustID Name LastN CustNotes
CustID1 John Jacob abc def klsdhlh
It comes up with 30,000 duplicates with the query wizard.
Any ideas??? Thank youuu
So I have a whole lot of customers in tblCustomers
Problem is I imported from our old database so some data is duplicated so to start clean I want to delete duplicates.
BUT I want to store the CustomerNotes field of the duplicate entries all in one
EX.
CustID Name LastN CustNotes
CustID1 John Jacob abc
CustID2 John Jacob def
CustID3 John Jacob klsdhlh
WHAT I WANT TO KEEP
CustID Name LastN CustNotes
CustID1 John Jacob abc def klsdhlh
It comes up with 30,000 duplicates with the query wizard.
Any ideas??? Thank youuu