I have two unrelated tables and are trying to get data from each simply for exporting and importing purposes. The data in is two detail rows (Detail A and Detail B) depending on which table they came from. This is a report to simply be exported as a .csv file. I want each row of detail to be handled as a different record. When I export to a .csv file and open in excel, it has treated the detail A and B fields as one record. I want them to be on seperate rows. Is there any way to force the detail rows to be treated as two records rather than one. I understand why this is happening I believe, but am looking for a work-around. Thanks in advance for your help.