I'm using MS Access 2003.
I have code that exports the results of a query to CSV file using DoCmd.TransferText. However, since this export file will be used in an EDI transmission, I also need to prepend header records and append trailer records to the extract.
Can/should this be done within Access? What's the best approach?
Thanks for any help you can give.
Wayne
I have code that exports the results of a query to CSV file using DoCmd.TransferText. However, since this export file will be used in an EDI transmission, I also need to prepend header records and append trailer records to the extract.
Can/should this be done within Access? What's the best approach?
Thanks for any help you can give.
Wayne