Bob..
I looked at your code and applied it to do the following:
SELECT tblInvestigator.InvestigatorID, [InvLName] & ", " & [InvFName] AS InvestigatorName FROM tblInvestigator;
to:
SELECT tblApplicant.FOSLName, [FOSLName]AS FOSName FROM tblApplicant
But, instead of just giving me what is...