OK another silly question, probably. I set up a query against my database to fill a data table, and bound the combo box to it to have it display the values of one of the fields. Now, in that data table I also have other fields on the same record, including two I'd like to display in text boxes next to the combo box.
So if I make a selection on the bound combo box does it set the current record on the data table, and can I then read the other values on the same row to display in the text boxes?
If not, what's the best way to set the data table's current record to the same one the Combo box is using so I can get the associated fields?
Thanks
CraigHartz
So if I make a selection on the bound combo box does it set the current record on the data table, and can I then read the other values on the same row to display in the text boxes?
If not, what's the best way to set the data table's current record to the same one the Combo box is using so I can get the associated fields?
Thanks
CraigHartz