Hello,
Solved! Go to Solution.
I believe this is because you are referring to Bewertung rather than 'Neue Liste Studenten'. Pulling Voorname from Bewertung will result in a record because it is a LookUp column in that table. You must pull from Neue Liste Studenten because it holds Voorname in a Text column.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
What code are you currently using for the Item property of the form?
Please try this code in the Item property of the form and let me know the result.
Gallery1.Selected
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
OK, good to know what code you already have 🙂
Please try this code instead in the Voorname field:
ComboBox_StudentID.Selected.Voorname
Also, this code in the Nachname field:
ComboBox_StudentID.Selected.Nachname
If this does not work can you please show the code for the Items property of the ComboBox_StudentID? I assume this is a LookUp column in SharePoint.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Wait a minute... why are you using a ComboBox to display Voorname and Nachname? I assumed you were doing this using a Text field.
OK, one more idea here. Put this code in the Default property of your ComboBox_Voorname.
LookUp('Neue List Studenten', ID=Value(ComboBox_StudentID.ID))
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
where exactly does the code belong ?😅
LookUp(Bewertung; ID=Value(DataCardValue11.Selected.Id); Vorname)
User | Count |
---|---|
260 | |
109 | |
93 | |
56 | |
41 |