I have a function that is parsing a Fullname then looking up a specific userid. The problem is that it returns the wrong userid from the table. Below is the code. Any ideas?
Public Function FullNameSplit(FullName, LN, FN, UserID)
Dim stLinkCriteria As String
LN = Trim(Left(FullName...