Using combo boxes with a binding source and multiple tables
- by Scott Chamberlain
I have two data tables in a data set for example lets say
Servers:
| Server | Ip |
Users:
| Username | Password | ServerToConnectTo |
and there is a foreign key on users that points to servers.
How do I make a combo box that list all of the servers. Then how do I make the selected server in that combo box be saved in the data set in the ServerToConnect to column.