G
Greg Mouning
Hi,
I'm working with Word 97 and I wish to rearrange a data source file so that it is consistent. For example, I have the following sample data records:
"John Smith", "1 ABC Lane", "City State Zip"
"Jane Smith", "2 DEF Blvd", "Apt G", "City State Zip"
As you can see above the Jane Smith record has an additional field "Apt G" field. If I were doing a normal mail merge this would not be a problem. However, I need to export the data for another program rearranging the data using the following format:
"", "John Smith", "1 ABC Lane", "City State Zip"
"Jane Smith", "2 DEF Blvd", "Apt G", "City State Zip"
Is there a Find/Replace command I can use on this data or must I create a macro to handle this problem?
Thanks in advance for your assistance.
Regards,
Greg
I'm working with Word 97 and I wish to rearrange a data source file so that it is consistent. For example, I have the following sample data records:
"John Smith", "1 ABC Lane", "City State Zip"
"Jane Smith", "2 DEF Blvd", "Apt G", "City State Zip"
As you can see above the Jane Smith record has an additional field "Apt G" field. If I were doing a normal mail merge this would not be a problem. However, I need to export the data for another program rearranging the data using the following format:
"", "John Smith", "1 ABC Lane", "City State Zip"
"Jane Smith", "2 DEF Blvd", "Apt G", "City State Zip"
Is there a Find/Replace command I can use on this data or must I create a macro to handle this problem?
Thanks in advance for your assistance.
Regards,
Greg