G
Guest
I have a data grid, which I have successfully populated. I would like to add the functionality to this data grid, so that the users can scroll through the grid, select a record they would like to "check out" and then double click on the data grid, to populate another form (so they can "check out" the record).
I have the 2nd form, (populated from the user's choice on the data grid) built. I just need to caputure the 1st column of the record the user selects in the data grid and pass it to a stored procedure, and then the results of the stored procedure will populate the 2nd form.
If anyone has tried this, or has any ideas, please let me know.
Thank you in advance,
TJBernard
I have the 2nd form, (populated from the user's choice on the data grid) built. I just need to caputure the 1st column of the record the user selects in the data grid and pass it to a stored procedure, and then the results of the stored procedure will populate the 2nd form.
If anyone has tried this, or has any ideas, please let me know.
Thank you in advance,
TJBernard