To handle duplicate customers:
- Identify the duplicate entries in your customer list
- Decide which record to keep (the one with the most complete data)
- Update the keeper record with any missing information from the duplicate
- Re-assign invoices from the duplicate to the keeper if needed
- Delete the duplicate record
Tip: Prevent duplicates by searching for existing customers before creating new ones.