
selecting items in a Data bound list and passing a field content for the selected record
I am trying to implement a VB interface w/ a external DB using the Data
control w/ a DBList and a series of text boxes, by selecting items in a
Data bound list and passing a field content for the selected record to a
text box. I want the user to select the item from the group of items in
the DBList, instead of using the data control. Also I find that many of
the properties such as MoveNext and Find do no seem to work the
recordset the way the manuals describe.