I have created a windows form to update data in a SQL table using a data grid view. On the table adapter I am using the option to generate, insert, update and delete, statements based on the select statement. Everything is working fine I can do all of these things, but for one field in the table I would like to pass a variable from the form to the table. In other words When I create a new row there is a field that I would like to have automatically filled in with a variable from the form. Does anyone know how to do this?