I know my questions are very basic, I am just trying to get my head around the database stuff. My question is this. Can I use the Data adapter in sql 2005 express to update, insert and delete info from my database without using a data grid in my application? Can I display the info from a database table in text boxes and combo boxes. Make my changes there then update the info back to the database with the data adapter Update function? I am not 100 percent sure on how to do it or even where to get more info on it. I have seen lots of detailed explanations, but they all use the data grid