HEY

Im just wondering how do u bind information from a database to textboxes using code

i have the following fields in a database called ROOM stored in a MS Access File called Hotel.mdb

roomID
RoomNumber
Description

so in other words bind the following

roomID = TextBox1.text
roomNumber = TextBox2.text
Description = TextBox2.text

then i would like to navigate the fields using a button to goto a previouse entry in the database and to goto the next entry in the database

im not sure how to do it please help

thanks