Need help.
I have a combobox (cmbCharge1) that gets populated by a text file. Inside the combobox, the data inside is laid out like this:
41-1A-1303: EXPIRED REGISTRATION
Now, autocomplete works fine, if I start typing in the statute (like the 41 part). But what I need is for it to autocomplete based of whats after the :
So if I type in EX, then everything starting with EX pops up.
Anyone have a code snippet?