Hi,
I used to using MS Access comboboxes, where you can have 3 columns in the dropdown and hide the first column by setting its width to be zero.
However I now have a problem with a VB app which references data returned from a stor proc and uses the .AddItem method to populate the combobox
I cannot seem to get the combobox to be populated in the format:
key(and hide it as well), code and then new line/next record.
It keeps getting populated in the format:
key, new line, code, new line etc.
Any help would be appreciated
I used to using MS Access comboboxes, where you can have 3 columns in the dropdown and hide the first column by setting its width to be zero.
However I now have a problem with a VB app which references data returned from a stor proc and uses the .AddItem method to populate the combobox
I cannot seem to get the combobox to be populated in the format:
key(and hide it as well), code and then new line/next record.
It keeps getting populated in the format:
key, new line, code, new line etc.
Any help would be appreciated