How to make multiple AutoComplete Controls share the same list?
Make sure you have the latest release of AC, because the initial release didn’t have this option. Read the Seed Property of the AutoComplete Control, whose List you want to share with other AutoComplete Controls, then assign this string to the Seed properties of the other AutoComplete Controls. This should go in the Load Event of the Form. Make sure that except the First Control, all other’s AutoSaveList Property is set to False.