M
Moche
I have a combo Box that is connected to a table with two fields. The first
field is a code and the second is the code description. I understand that if
you set the listindex to 1; that refers to column one and so on. What I did
was set the listindex to 0 (zero) which is what is being stored in a table
which is meaningless. So the basic problem is that the value that is now
stored in the table is a meaningless number which is the listindex value. I
have changed the listindex value to one (1) and in the form where the combo
box is used you can see the desired value, but the underlying table has some
other value. How can I fix this?
field is a code and the second is the code description. I understand that if
you set the listindex to 1; that refers to column one and so on. What I did
was set the listindex to 0 (zero) which is what is being stored in a table
which is meaningless. So the basic problem is that the value that is now
stored in the table is a meaningless number which is the listindex value. I
have changed the listindex value to one (1) and in the form where the combo
box is used you can see the desired value, but the underlying table has some
other value. How can I fix this?