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. [...]

Monday, April 21st, 2008 at 13:41 | 2 comments
Categories: Applications
TOP