Feb 09, 2020 11:20 AM
In my grid view, when adding from a drop down list, the entire record is displayed.
I want to achieve the same thing in a form, but I can only get the primary field to display, where I need 2 others as well.
To clarify, my form calls for the selection of a record from a linked base. I need to display name, family,and source to enable the selection process.
Feb 09, 2020 11:45 PM
Hi,
When choosing the option Link to table, it will only display the Primary field. If you want to display multiple data, I would suggest the following:
Move the current Primary Field to the second field. (do this by choosing duplicate field)
Change the Primary Field to be a Formula, the formula can be something like Name&","&FamilyName&","&Source (depending on how you want it to be displayed).
Does that help?
BR,
Mo
Feb 10, 2020 03:18 PM
Many thanks for your reply. That explains my confusion. Now I must see how that works with the rest of the system.
Richard Olin
941-376-1999