ive got vb code which returns soundex codes for strings but i need a function which does what the SQL DIFFERENCE function does.
(Returns a value between 0 and 4 which relates to how close 2 strings sound).

Or if anyone knows how the DIFFERENCE function works, let me know so i can have a go at coding it myself.
It will have something to do with comparing the soundex codes.

cheers.