I want to learn how to move an item from list box to another list box in one form, and how to extract the sum of the price field in list box to another field in the form, like this picture. Here is an example.
This solution is not quite what I want
I want when I select an item from a listbox whose data source is a table, move to another listbox and all records move to another table.
If you notice the image, only the name of the analysis is transferred, apparently to the second list box, but in reality, it transfers all the records related to this item, such as the price field, which appears in the image to be collected in the main form, and this is what I want.