Question, seems like this should be an easy thing to do but I cannot seem to find an answer or make it work myself. So maybe it is not a feature yet, but thought I would ask here.
Have a sharepoint list with various people and results of their evaluations in it.
Using a combo box to select that person and reload their info.
As of now, if their are two identical name records the lookup will return the first one, instead of the one you choose.
Is there a way to make the combo box DISPLAY the title field for people to select, and maybe even something more identifiable like the Title Field && " " && Date Field. And when they select it instead of returning that, return the selected records ID Column?
SP List has a column at the end of it that stores the items chosen for each transaction.
ComboBox below my name selector Combobox (this is just for testing to make it work, will be more complicated layout once I figure out the logistics of how to make it work.) displays the items sold for that transaction.
If I have an employee with 2 transactions selecting their second instance in the combo box still returns results of first transaction, below is the code returning these for me.
DefaultSelectedItems = LookUp(SalesEvalSave,Title=ComboBox1.Selected.Title,FIRSTPRODUCTS)
First instinct was to change .title above to .ID but that returns invalid argument since the select name combobox is only keeping the titel as a result.
See below on right hand side for my name select combobox
Thank you in advance!
Solved! Go to Solution.
Nevermind it was a STUPID mistake I was making.
In case anyone else has this issue, be sure you set the items to the sp list name only, not splistname.column
Nevermind it was a STUPID mistake I was making.
In case anyone else has this issue, be sure you set the items to the sp list name only, not splistname.column
User | Count |
---|---|
222 | |
98 | |
95 | |
55 | |
34 |
User | Count |
---|---|
273 | |
108 | |
105 | |
60 | |
59 |