How do you get a database to show a field in a list box?
I have 2 fields : Name, IP.
I want to show all the names in the list box.
Thnks in advance
Printable View
How do you get a database to show a field in a list box?
I have 2 fields : Name, IP.
I want to show all the names in the list box.
Thnks in advance
Moved to Database forum
In the Database FAQ (at the top of this forum), see the "how to fill a combo" article.. exactly the same code can be used for ListBoxes (you just need to change the word ComboBox for ListBox).