Fury
Active member
- Joined
- Oct 12, 2007
- Messages
- 28
- Programming Experience
- Beginner
Hello, i'm working on my final project for school.
It is a warehous application. I want to show Suppliers in a datagridview and the corresponding products in another datagridview. When they click on a supplier the ProductDataGridView shows the correspondig products. I also want to show Suppliers without products. How can I do this. It is a multiple to multiple relation in the database. So I have 3 tables: Product, ProductSupplier and Supplier. I understand how to do it with 2 tables but not with 3. I hope someone can help me out.
It is a warehous application. I want to show Suppliers in a datagridview and the corresponding products in another datagridview. When they click on a supplier the ProductDataGridView shows the correspondig products. I also want to show Suppliers without products. How can I do this. It is a multiple to multiple relation in the database. So I have 3 tables: Product, ProductSupplier and Supplier. I understand how to do it with 2 tables but not with 3. I hope someone can help me out.