Alright....I have a database and I'm trying to make a query search the database for whatever's in the textbox. Once it finds a record, it will put each field into a designated text box....such as for First name, last name, address and so on. But it could also find multiple records for people with the same last name...I want to use the data control to scroll through those records and put each field into a textbox that relates to that field.....Thanx in advance (I've already read the Database tutorial)