I have a list box with peoples names in from a table, and I'd like it if when I click on a name that persons details came up in different text boxes on the form. So I'd have text boxes showing first name last name ect.. Thanks in Advance, Dan
Make sure the form is bound to the table or query
add your fields
use the wizard to create a listbix and select the option "use a field on the form" or something similar to this description
then, when you click on the listbox, the fields will change.