I'm following through this thread:
and I'm confused. It says the combo should have 3 columns, but only explains what 2 of them are. Anyone able to determine what I'm missing?
This is the section of the code, about that part:
I just want the combo to limit what is in the combo, to what the person is typing, as an InStr search of the 2nd (1st in 0 index) column of the combo.
The combo is used to set the form to filter to the 1 record a user chooses from the combo. There are so many records, the users need to be able to see the list cull down as they type, and they might know part of what they are looking for, but that part may be in the middle, not the beginning of the string.
Thanks for any help!
misscrf
It is never too late to become what you could have been ~ George Eliot
and I'm confused. It says the combo should have 3 columns, but only explains what 2 of them are. Anyone able to determine what I'm missing?
This is the section of the code, about that part:
Code:
' Column Count 3
' Keyed on column 1 (record primary key)
' Showing column 2 (user-readable data) column 2 width > 0
' First and Second column width=0
I just want the combo to limit what is in the combo, to what the person is typing, as an InStr search of the 2nd (1st in 0 index) column of the combo.
The combo is used to set the form to filter to the 1 record a user chooses from the combo. There are so many records, the users need to be able to see the list cull down as they type, and they might know part of what they are looking for, but that part may be in the middle, not the beginning of the string.
Thanks for any help!
misscrf
It is never too late to become what you could have been ~ George Eliot