Skip to main content
Solved

Not Using the Primary Field for the Dropdown in Record Summary Interface?

  • January 20, 2023
  • 1 reply
  • 28 views

Forum|alt.badge.img+2

I am creating a record summary interface but am wanting to use a different field than the primary field in my table for the dropdown to search up a record. Is this possible? Is there a work around? It is difficult to use the primary field in our table for searches as it is a code, it would be much simpler to use a different field. 

Thanks!

Best answer by Sherman

So the record is a "code", like "THX 1138", and you want to see something more user friendly like "Robert" in the pull-down menu?

Can you shift the code to another column? Probably the easiest solution I know of. If you're using that code as a reference for linked tables, you can add a look-up field maybe? You can also concatenate the primary record field with a formula that combines your code and the easier to view description. 

1 reply

Sherman
Forum|alt.badge.img+9
  • Inspiring
  • Answer
  • January 20, 2023

So the record is a "code", like "THX 1138", and you want to see something more user friendly like "Robert" in the pull-down menu?

Can you shift the code to another column? Probably the easiest solution I know of. If you're using that code as a reference for linked tables, you can add a look-up field maybe? You can also concatenate the primary record field with a formula that combines your code and the easier to view description.