I have 2 different forms that have synchronized combo boxes (selecting an option in one, changes the options available in the second). The problem is, when I save the record and open the table where the data is going, the field associated with the first combo box is filled with the ID number rather than the text.
I've tried changing the BoundColumn property, but it affects the query/criteria that makes the second combo box function properly.
Appreciate any help on the matter!
I've tried changing the BoundColumn property, but it affects the query/criteria that makes the second combo box function properly.
Appreciate any help on the matter!
Comment