Populate a form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Louis Delongchamp

    Populate a form


    I have a table, Contacts, with columns
    Name, Address, City, Phone, Email

    I have a form with textboxes Name, Address, City

    I also have a listbox ContactSelect with 2 columns, ID and Name
    which lists all the names from the table Contacts.

    What code do I write so that when I click a name
    in the listbox, the values from the table Contacts
    appear in the textboxes Name, Address & City?


Working...