I have an inventory system I am making for my business. I have a form that has a listbox control that lists all the orders that have been submitted. I also have a datagrid that lists the items in the order based on what is clicked in the listbox.
I have tried the conventional dataset and filtering. I still have not managed to make this happen. The end result I am looking for is to be able to update the inventory through the datagrid as orders come in by clicking a submit button.
I appreciate any help I can get in this.