Does Anyone can help me, I'm a beginner....

minci

New member
Joined
Oct 17, 2006
Messages
1
Programming Experience
Beginner
the problem state here,

in my database are two tables "tlbCostumer" and "tblCities", in the table tblCities I have these colums (IdCity,City), in table tblCostumer I have these colums (IdCostumer, CostumerFName, CostumerLName, IdCity).

The relational is (tblCostumer.IdCity=tblCities.IdCity)

Then when I popullate or FILL the DataGrid it takes this values:

IdCostumer | CostumerFName | CostumerLName | IdCity

I would like to take "City" from tblCities, and not IdCity from Costumer

How can I Solve this problem.

thanks all members of this forums they are very good
 
Back
Top