PDA

Click to See Complete Forum and Search --> : Selecting a record by DataGrid?


Alder
Sep 28th, 2000, 11:05 AM
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

P.S.W.
Sep 28th, 2000, 03:14 PM
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.