DataVisually
New member
- Joined
- Aug 27, 2020
- Messages
- 2
- Programming Experience
- Beginner
Hi, I'm just starting my C# journey in more depth and I have something I would like to work on and would appreciate any pointers.
I have an unbound form which has several search boxes in order to show filtered data in a table (from SQL Server). Ideally, I would like one of the two following actions to work:
scenario 1) double clicking on a row in the search results table adds the contents of that row to a second table on the parent form.
scenario 2) a checkbox being ticked with a separate ADD ALL button being clicked to loop through each of the ticked rows in the search results table and add each of the ticked rows to the second table on the parent form.
Any and all guidance here on where to get what I need would be brilliant.
Kindest regards
DV
I have an unbound form which has several search boxes in order to show filtered data in a table (from SQL Server). Ideally, I would like one of the two following actions to work:
scenario 1) double clicking on a row in the search results table adds the contents of that row to a second table on the parent form.
scenario 2) a checkbox being ticked with a separate ADD ALL button being clicked to loop through each of the ticked rows in the search results table and add each of the ticked rows to the second table on the parent form.
Any and all guidance here on where to get what I need would be brilliant.
Kindest regards
DV