Thank you! I had to change the code a little to get the last names to show up but this ended up getting exactly what I needed.
SELECT T1.FirstOfClientID AS ClientID, T1.HouseHoldID, T1.[FirstOfPrefix] AS Prefix1, T1.[FirstOfFirstName] AS [First Name1], (SELECT TOP 1 Prefix FROM ClientTbl WHERE...