Although I have managed to get a few small Apps to work, I am still learning.
Currently I have a very small model-based app for administration of people working on projects. It worked quite well until I turned the "language" field into a combobox. The values for the language come from a separate table (tblSprachen). Selecting a value works fine and the details screen shows the selected value as expected. When I go back to the edit screen to make modifications, the combobox is empty.
How can I make the combobox show the value that was previsously selected?
I also tried different settings for "DefaultSelectedItems" with no usable result.
I am familiar with working with other databases like Access, so:
I think, this should not really be too difficult.
Or ist it?
Thanks in advance for your help.