Hi
in my DB I have a category-table with i.e. 180 values and I will use this in an other table with a ComboBox. Now we aspect that the ID of the category table has gaps or I wish to sort the Combobox over the category-values. If I load the category-table values in the ComboBox the index of the ComboBox has not the same value as the ID of the category-table. When I stored the category in the other table by the ID, I have a problem to find the right catagory over the index in the ComboBox or I have the wrong value for the ID in the other table.
In MS Access the ComboBox has the possibility to store more then one value. So you can store values for ID, category and i.e. sort in the ComboBox and you can read the index of the ComboBox and the right ID of the data record at once.
Has anybody an idea for a solution of this problem?
/PMan