I have not had any luck thus far. Let me try to explain again.
I have a table, tblFamilyNavigator
ID Key, Mentor1, Mentor2, Mentee1, Mentee2, StartDate, CloseDate, MentorNotes
The mentee and mentor fields are lookups and there are 4 queries one for each field that filter from the people table to select only those that are mentors and mentees, by ID FirstName and LastName
I created a form for this Family Navigator table and when I select a mentee or mentor it only shows the ID number. I want it to show just the First and Last Name.