I hope you can help
I have a Combobox which is pulling data from a Table in SharePoint.
The Combobox is pulling data from the CustName column. I would then like to populate the TextBox with CustID.
| CustName | CustID | Region |
| Test | 1 | AMEC |
In the Combobox Items I have Distinct('Customer List', CustName)
In the Textbox I can only enter in Default Combobox1.Selected.Result this just duplicates what I have chosen in the Combobox.
I have seen videos on how to do it from a Dropdown, but I would like the search capabilities from the Combobox.
Thanks
Joe