Description
Returns a list of first names that are a likely match for the given name.
Syntax
FIRSTNAMEMATCH ( TextSourceField )
Remarks
The lookup is not case sensitive. Use with the IN operator for lookup links. Uses the FIRSTNAMES table in the Internal database. If the lookup value is not found in the table, the function returns the value that was passed in.
See also