Alexander
07-08-2010, 02:18 PM
Hello all,
After a lot of playing around, I have designed an Access file which massages data and produces a text file. I am using an "OutputTo" action within a macro to dump the data in a txt file on a local machine. All is well except for one big problem:
I cannot see where "OutputTo" function allows for a delimiter to be specified. Also, Access dumps the file with "----" characters in between each row.
This can be easily handled if "Export To Text File" button is manually pushed (a window pops up asking the user to specify delimiter, and there is a check box labeled "Export data with formatting and layout" which can be unchecked). How can these parameters be specified within a macro, so the user can just run it and get a finished result automatically? Essentially, how can a macro's "OutputTo" action be customized to export data without formatting and layout.
Thanks for your help in advance.
After a lot of playing around, I have designed an Access file which massages data and produces a text file. I am using an "OutputTo" action within a macro to dump the data in a txt file on a local machine. All is well except for one big problem:
I cannot see where "OutputTo" function allows for a delimiter to be specified. Also, Access dumps the file with "----" characters in between each row.
This can be easily handled if "Export To Text File" button is manually pushed (a window pops up asking the user to specify delimiter, and there is a check box labeled "Export data with formatting and layout" which can be unchecked). How can these parameters be specified within a macro, so the user can just run it and get a finished result automatically? Essentially, how can a macro's "OutputTo" action be customized to export data without formatting and layout.
Thanks for your help in advance.