Hello... I am an absolute noobe to power apps so please be patient with me.
I have two tables Designers and Products. (I have set up a many to many relationship for these not sure if that is correct/needed)
The Designers table has a list of designers with a two letter "Designer Code" for each.
In the Products Table I have a bunch of item some of which could have been designed by multiple designers these are held in the Code field.
I am trying to create a combobox in my Products edit screen that will be able to:
1. link to the Designer Code field (in designer) for the drop down list.
2. Default selected items based on the values already held in the Code field (I assume this is how we also display values when not editing a record?).
3 Allow to edit Selected Designer codes and update the Products->Code field accordingly.
I have been able to populate the dropdown combobox list with the values in Designer Code, but the other 2 points just have me stumped.
Any help would be appreciated