Good Afternoon everyone,
I've ran into an error that i can relay use some help on. I have a Combo box (ComboBox1) that lists the Title of a SharePoint List (tblAssociateTeam) where all the titles are. The Editform that this combo box resides on is connected to another SharePoint list (tblSafety). I want the value of the combobox to be recorded on the tblSafety.Leader_Nm field on the SharePoint. Everything i have tried has not worked when setting the Update on the datacard to the combobox field. I have tried setting the datacards Update field to ComboBox.Text / ComboBox1.Selected / ComboBox1.Selected.value but all 3 do not work. i will list some print screens to help better illustrate my issue. any help is much appreciated.
Here is what i have that feeds the combobox:
ComboBox1 Items = SortByColumns(Filter(tblAssociateTeam,Department="ASSISTANT MGRS"),"Title")