-
Is there a way to code the DataGrid so that clicking or double-clicking on a record in a DataGrid would cause the clicked record to become the (selected? bookmarked? forgot the term) record in the recordset?
My problem is that I cannot find a way to interact with the DataGrid records in a way that I can pull any specific records or parts of records for use.
Any help would be appreciated
Thank you
-
If you hook up the DataGrid to a Data Control that holds your recordset, then select a marquee style like "Highlight Row" and select a displayed row in the DataGrid, it *should* become the current record of the Data Control. No extra coding is necessary, as far as I know.