I have a datagrid which I populate from an open ADO recordset built from a query against a SQL table. I would like to be able to click on a record in the datagrid and have the fields populate a set of text boxes where the user could edit the data and update the table. Could someone suggest how to go about getting the selected data in the datagrid into the text boxes and then back to the table?
Thanks...
Thanks...