Hello all;
I have a random data file that I created with code. The file contains strings that represent items I want to display in a combobox control. The strings contain multiple fields with headers that describe the data to follow. I have NO problem displaying any single field of the string. My problem is that I'd like to be able to populate the combobox with an entire string, but only have a select part of the text visible.
The exact issue is that I need to be able to reference the ending 6 characters of the string as that represents the index of the record. Thus, if the combobox becomes populated with more than 1 matching record, I can select that record and then read it's index. This will help me make modifications to my database. Am I going about this the wrong way OR is there any way I can get this accomplished? I would sincerely apprepriate any help I get.
thanx
m_l