I have a container with a few textboxes and a combo box that is used as a column in a grid.
The textboxes are bound to columns in my updateable cursor. As I move from row to row I can enter information into the textboxes with no problem. However, If I use a cursor or array as the controlsource in my combo box whenever I change the value of the combobox for a row, all rows in the grid are updated with the same value. I believe the issue is all of the containers combobox are bound to a single source. So when I change the value all of the rows show the same value in to combobox.
How can I work around this? The dropdown box is used to enter a person that performed work for that record.
The textboxes are bound to columns in my updateable cursor. As I move from row to row I can enter information into the textboxes with no problem. However, If I use a cursor or array as the controlsource in my combo box whenever I change the value of the combobox for a row, all rows in the grid are updated with the same value. I believe the issue is all of the containers combobox are bound to a single source. So when I change the value all of the rows show the same value in to combobox.
How can I work around this? The dropdown box is used to enter a person that performed work for that record.