I'm afraid you've lost me again. If I do a straight look up (which returns all the employees in tblemployees, the row source code looks like this:
SELECT [tblEmployees].[RowID], [tblEmployees].[LastName], [tblEmployees].[FirstName], [tblEmployees].[MI], [tblEmployees].[Title] FROM tblEmployees...