Hello Everyone,
I need do fix a process of searching duplicates. Generally, I would like to create a mechanism, which will find similar account’s names in whole account’s database. But first I have to know if it is literally possible to do in MS Access and eventually which SQL functions will be needed. Below you can find the list of operations, which I would like to encode and example in Excel file.
1. Import table with special signs (TAB 1)
2. Import table with list of accounts for which I would like to find similar account’s names (ID, Account Name, Country, Account Manager)(TAB 2)
a. From field Account name remove special signs.
3. Import table with whole accounts exist (ID, Group name, Account Name, Branch Name, Sector Name, Country, Account Manager).
a. From fields Group name, Account Name, Branch Name, Sector Name remove special signs.
4. Filter table with whole accounts exist by Country (choose only one Country) and by Account Manager (choose all Account Managers except one).
5. Find in fields Group Name, Account Name, Branch Name, Sector Name (table with whole accounts exist (TAB 3)) string of words from field Account Name (table with list of accounts for which I would like to find similar account’s names (TAB 2))
6. Create new table with found strings of words. This table will has fields from both tables. (TAB 4)
7. Export table with found strings of words to the pivot table in the Excel (TAB 5)
Best regards
Piotr