G
George Chatzimanolis
I have a question to ask.
I have one Dataset with two Datatables (Customers, Orders) and a
DataRelation between these tables. I would like to ask If it is possible to
create a datagrid in a window form (VB.NET for example) which shows the
table Order but instead of showing Customer_ID , to show Customer_Name.
Original Table
---------------
Order_ID | Customer_ID | Order_Date
I would like
------------
Order_ID | Customer_Name (from Relationship) | Order_Date.
Is this possible?
Best Regards
George
I have one Dataset with two Datatables (Customers, Orders) and a
DataRelation between these tables. I would like to ask If it is possible to
create a datagrid in a window form (VB.NET for example) which shows the
table Order but instead of showing Customer_ID , to show Customer_Name.
Original Table
---------------
Order_ID | Customer_ID | Order_Date
I would like
------------
Order_ID | Customer_Name (from Relationship) | Order_Date.
Is this possible?
Best Regards
George