Why can I only “go to record” by the 1st column? I need to be able to go to a record by entering my customers name which I need to leave in the 3rd column. Thank you!
Hi @Kim_Brauer and welcome to the community!
It always uses the primary field. Have you considered using the CONCATENATE() function to include your customers name in that first field?
This function joins together arguments and/or field values from any number of fields into a single text value, and follows this format:
CONCATENATE(Value 1, Value 2, etc...)
For example, you can join together the values of two fields by using this formula:CONCATENATE({Field A}, " - ", {Field B})
This topic was solved and automatically closed 15 days after the last reply. New replies are no longer allowed.