A
angela
Hi
I have two select statements, one pulling out the contacts and one
pulling out the primary address of the contact (if there is one)
And I would like to populate the dataset or rearrange a dataset so it's
arranged like this
contact
address
contact
address etc....
I am NOT using it in conjunction with a control but wanting to export
the whole dataset into excel.
e.g. exportToExcel.Dataview = ContactAndAddressDS.table(0).defaultview
Any ideas?
Thanks
Angela
I have two select statements, one pulling out the contacts and one
pulling out the primary address of the contact (if there is one)
And I would like to populate the dataset or rearrange a dataset so it's
arranged like this
contact
address
contact
address etc....
I am NOT using it in conjunction with a control but wanting to export
the whole dataset into excel.
e.g. exportToExcel.Dataview = ContactAndAddressDS.table(0).defaultview
Any ideas?
Thanks
Angela