Fetching name based on id

Fetching name based on id

Hello there,

i have an app that matches clients services requirements with clients services offer.

I created 3 forms:

Clients informations (Name, email address, phone)

Service requirements (Lookup Name clients, Service type, max price (The max price a client would like to spend for a certain service)

Service offer (Lookup Name clients, Service type, price)

On service offer form I should be able to see all the Names of clients that might be interested on that service and on the service requirements form I should be able to see all the clients that offer that service for a certain price.

I added a multi select lookup field on both research form and offer form and it works

IE:

Mr Brown is looking for an English course and he does not want to spend more the 30 use per hour

Mr Green offers English lessons for 25 use per Hour

I added a multi select lookup field based on lookup field name of the clients both in research form and offer form and it works

Since the records match, I'm now able to see on requirements form of Mr Brown the id of Mr Green and in the offer form of Mr Green the id of Mr Brown.

Is it possible to see not only the id but also the name of these people?

Thanks for your help!