Well, now I’m quite sure that when we use the same data source for two or more comboboxes, changing the value for one forces the others to change as well.
What I did was turn off the addition of new lines and
- In the load form, one row is added, setting the data source of this particular cell with a list (not a column).
- When the user goes to the last cell and press the enter key, I create another row and do the same as above.
So each cell has a different data source, although I need to do some more work, but it worked.
source
share