I have a form and would like to have a drop down box appear that holds a list of values (names). I have additional columns in the form that were taken from a table which holds the (names) address, age, phone number, car, etc.. Upon selecting a name, I would like the remaining boxs to have the correct data for the name in which is pulled down from the list box. Basically, the name that is chosen from the box will be bound to the remaining data (age, address, etc...) Do I have to change from unbound object to bound? I cannot find help on this????? How would I do this (without coding)- since I do not know coding..??? or is that the only way???