Posts Tagged ‘Access’
I found this code to add Soundex to Microsoft Access, which is invaluable for deduping records. However, it has a key error that causes it to fail – the variable name in the private function is incorrect. It’s a simple fix (see red below). Function Soundex(strName As String) As String‘———————————————————–‘ Input: A string‘ Outputs: U.S. [...]
Categories: Applications
Tags: Access, Microsoft Office
