I'm not sure why this code isn't working. Thank you for the help!
Public Function MatchID(first, last, address, zip)
UCase (Left(first, 3) & Left(last, 3) & Left(address, 4) & Left(zip, 5))
End Function
I'm not sure why this code isn't working. Thank you for the help!
Public Function MatchID(first, last, address, zip)
UCase (Left(first, 3) & Left(last, 3) & Left(address, 4) & Left(zip, 5))
End Function