When we open a data source with the following code, the field delimiter and record delimiter are not recognized. Is there any way to set the field and record delimiter with code? The field delimiter is a tab and the record delimiter is $. We cannot use a paragraph mark for the record delimiter.
prn_report.ActiveDocument.MailMerge.OpenDataSource(ls_data_file)
prn_report.ActiveDocument.MailMerge.OpenDataSource(ls_data_file)