Hello guys, here I have the first table containing names of customers, now I need to use the second table to match the LCode with the names. My problem is with the mistakes in the names that are presented in the first table which is preventing the match..
| code | Name |
| 12e | Mishele Olive |
| 12s | John Ray |
| 12c | Monica HH |
| 56y | Joye plot |
| code | Name | LCode |
| 2 | Michele Olive | 1231234324 |
| 3 | John Rays | 22980562222 |
| 4 | Monica HH | 56457456456 |
| 5 | Joy plot | 13456557488 |
| 6 | Rob Thomas | 7675685856 |