i have a table wirth two columns. column one for eg. has 5 rows of number 1. column 2 has A,B,C,D,E for each row. then there is for eg 3 rows of the number 2 in column one. and the respectively rows have values F,G,H..and so on....now i want to display on a form for eg a textbox with number 1 shown, and 5 rows of data (ie A,B,C,D,E) shown on 5 textbox(visible). when a next button is click, number2 is shown and the respective 3 data shown in the textboxes( from 5 texboxes change to 3 textbox visible).....i am using ADO recordset to extract the data from many tables...ie 5 rows of 1 and 3 rows of number2...how do i continmue from here to achieve the goal?