Foreign key in a datagrid

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hi,
I have a Dataset with 2 tables :

TBL_CUSTOMER
----------------
Cust_ID
CustName
CustAddress
CustPhoneNo
Type_ID


TBL_CUSTOMER_TYPE
-------------------
Type_ID
TypeName


I also have a data relation parent/child linking the 2 tables.

I want to display the following information into a datagrid :

CustName, CustAddress, CustPhoneNo, TypeName


Is there an easy way of doing that?

Thanks

Dan
 
Back
Top