Skip to main content
Solved

Only main field visible in lookup fields in interface designer

  • January 26, 2023
  • 2 replies
  • 52 views

Forum|alt.badge.img+3

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

Best answer by TheTimeSavingCo

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

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31

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


airballer86
Forum|alt.badge.img+18
  • Known Participant
  • October 11, 2023

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?