Help

Only main field visible in lookup fields in interface designer

Solved
Jump to Solution
644 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Alastair_Noon
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi all,

I hope you can help:

At the moment, he same view in interface designer hides the other fields of a record (please see the attached screenshots) which make them really difficult to find the right lesson when people use compared to the database. Is there a way to add these additional fields to my interface?

 

Many thanks,

 

Alastair

Screenshot 2023-01-26 at 05.23.13.pngScreenshot 2023-01-26 at 05.20.30.png

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

I don't think so I'm afraid.  The workaround that most people employ is to make the primary field of the table they're linking to a formula field, and make it display all the data they want

So something like `{ID} & " " & {Name} & " " & {Quantity}` etc

See Solution in Thread

2 Replies 2
TheTimeSavingCo
18 - Pluto
18 - Pluto

I don't think so I'm afraid.  The workaround that most people employ is to make the primary field of the table they're linking to a formula field, and make it display all the data they want

So something like `{ID} & " " & {Name} & " " & {Quantity}` etc

@TheTimeSavingCo  is there a way to show an attachment field in the above formula?