I need to export three tables to the Lotus space-delimited format (there is no file extension). The files will be uploaded to a mainframe. Is it possible to:
1. Export the tables into the correct format directly (I've been exporting them to .txt then deleting the file extension)
2. Name a file with dots in the name? These need to be named (for example) PAY.BR05.P333456
I have tried both through a macro and with VB using DoCmd.TransferText.
Thanks.
1. Export the tables into the correct format directly (I've been exporting them to .txt then deleting the file extension)
2. Name a file with dots in the name? These need to be named (for example) PAY.BR05.P333456
I have tried both through a macro and with VB using DoCmd.TransferText.
Thanks.