The attached VS2008 reads data from XML into a DataTable (this would represent data back from your database). Sets up a ComboBox for suggest mode. When a selection is made in the ComboBox either normal or auto-complete selection the user is brought to the proper row in the underly table. Hope this helps
Kevin,
Thanks for the example, which does work. However, I've tried moving it to my project and it still did not want to work properly. It just doesn't want to render anything at all.
I'll go ahead and attach it if anyone wants to run it, it's the frm_pokeGen that's messing up and refusing to do anything with the AutoComplete feature. I'm honestly at a loss for what to do.