You should just use a combobox with 3 columns in your source(Name, Home Address, Business Address). Set the column width property to 3;0;0. This way, you'll only see the name field(Adjust the 3 to whatever size is desired). Then when a user selects a name, you'll have the info sitting there...