Hi,
I fill the Dbgrid with information that come from database via adodc connection. Is there any chance to add checkbox across the each records listed in Dbgrid? I will check one or several particular records and update them with a record stored in a textbox.
For example;
....UPDATE table set date='" & Text1.text & "' Where checked record from dbgrid.;
Thanks