networkthis
Programmer
Is it possible to have a combo box with two columns and search both columns. We have two columns in this combo - both columns are stored as character fields. Example:
0001 | Description 1
0002 | New Description 2
0046 | Another Description
Column 1
While in the dropdown - we would like to be able to enter the numeric values stored as characters to set the listindex to the first column, but if the user enters a character description we would like it change the listindex based on the column 2 description?
I have tried several things, but keep coming up short.... Any ideas would be greatly appreciated!! Thanks
0001 | Description 1
0002 | New Description 2
0046 | Another Description
Column 1
While in the dropdown - we would like to be able to enter the numeric values stored as characters to set the listindex to the first column, but if the user enters a character description we would like it change the listindex based on the column 2 description?
I have tried several things, but keep coming up short.... Any ideas would be greatly appreciated!! Thanks