G
Gary Schuldt
I have a lstboxControl based on the first 3 columns of a table tForm. The
listbox displays only the 2nd column (the name; the ID is the first column).
Normally the user clicks on the desired value. However, there's a situation
in which I can logically determine the proper value from some other coding
in the form (CBF).
Is it possible to set the value for the lstboxControl in that way? Which
Column value do I set . . . the ID, or the one that's displayed? I don't
have a good sense for what to do here.
Thanks for the help, as always.
Gary
listbox displays only the 2nd column (the name; the ID is the first column).
Normally the user clicks on the desired value. However, there's a situation
in which I can logically determine the proper value from some other coding
in the form (CBF).
Is it possible to set the value for the lstboxControl in that way? Which
Column value do I set . . . the ID, or the one that's displayed? I don't
have a good sense for what to do here.
Thanks for the help, as always.
Gary