For years I have been using the Incremental Search class module documented in my Access bible (The Access 2002 Desktop Developer's Handbook by Litwin, Getz, Gunderloy). Now that I am upgrading to Access 2007, this doesn't seem to work anymore. I don't get any error messages, it just doesn't do anything.
Searching on line turned up this article titled "Making a Searching Listbox in Access 2207"
http://msdn.microsoft.com/en-us/library/dd644811.aspx
I downloaded the code, and whoopee! It works just fine and seems much simpler than the previous version.
However, it does NOT work unless the listbox multiselect property is set to "none". In this case, no error messages are generated, and stepping through the code, all looks normal. It just doesn't select anything in the list box.
I need my listbox to be multiselect=extended.
Any ideas appreciated.
Thanks!
Searching on line turned up this article titled "Making a Searching Listbox in Access 2207"
http://msdn.microsoft.com/en-us/library/dd644811.aspx
I downloaded the code, and whoopee! It works just fine and seems much simpler than the previous version.
However, it does NOT work unless the listbox multiselect property is set to "none". In this case, no error messages are generated, and stepping through the code, all looks normal. It just doesn't select anything in the list box.
I need my listbox to be multiselect=extended.
Any ideas appreciated.
Thanks!