There are three classic tables from the database Northwind:
Products, OrderDetails, Orders
There are two DataGridView: DgProducts and DgOrders.
as deduced from the data in table Orders(DgOrders), which are connected with the data in table Products (DgProducts), using the relationship many-to-many.
txn!!!