Hello all,


I have two DGV's on a form. DGV1 is a list of dates. and DGV is a list of requests from users. the user adds requests to the database for changes of items in DGV1. when the admin user opens FORM1 he have two DGV's,
DGV1 is a list of all the "ITEMS" and the date of each Item. DGV2 is a list of user requests to change info of a certain Date.
I would like to allow the Admin user to be able to Select the row of DGV2 (requests) and when that happens the "selected row" of DGV1 with that corrosponding date be selected. (so the admin user would not have to scroll through the DGV1 to find the date)

My logic is something like

When DGV2 SELECT ROW SELECTED
SET DGV1 SELECTED ROW = TO ROW with Date that Matches DGV2 SELECTED ROW DATE.



am I making any sense?