I am creating a form and have a list box with customer names. That info is drawn from a table with customer info (ie...name, street address, city, state, zip). I want to create text boxes below the list box so that when I pick a customer from the list box, the address info automatically fills in.
Note: The name, street address, city, state, and zip are all separate fields in the table.
Thank you