Hi
If I have one table with a country list and another table with say countryid + province, I would like to display the info in the following manner.
---------------------------------------------------------------
Countryname
----------------------------------------------------------------
ProvinceName
ProvinceName
ProvinceName
ProvinceName
---------------------------------------------------------------
Countryname
----------------------------------------------------------------
ProvinceName
ProvinceName
ProvinceName
ProvinceName
-----------------------------------------------------------------
etc etc. Curently, the DataGride I am using shows the following:
---------------------------------------------------------------
Countryname ProvinceName
Countryname ProvinceName
---------------------------------------------------------------
so for example
---------------------------------------------------------------
Ireland Leinster
Ireland Munster
Italy Marche
Italy Pugli
-----------------------------------------------------------------
Basically I don;t want to duplicate the country name.
Any suggestions ?
Thanks
GP