1 .i have an ADO box connecting to a list table, and a txt box which the ado
operns into.

2. a combo box listing 1 - 10

all im looking for is if you select 1 in the cbo box then the ado will keep the first record it operns on to, if you select 2 in the combo box the ado will go to the second record in the table if you click 3 it moves to the 3rd entry in the table

so CBO box - 1 - 10
text box showing the table date via using the ado which works.