I am tryinng to export one record at a time from a query into a text file that has to be in a certain format in order to be used by another program. Here is the example: When I export I need the column headers to be the row, and the txt file to be in a list format. Instead of having the following:
NameFirst NameLast Phone
John Doe 5555555555
or comma seperated values, or tab deliminated values. I need to have the following:
NameFirst: John
NameLast: Doe
Phone: 5555555555
I have tried messing with the "schema.ini" file, and have tried exporting a formatted report with no luck. Any help would be appreciated.
If it is easier to understand. I really want to specifically format a text file like a template. As an example if you were programming in COBOL you could format the output based on the input. You can declare how many lines accross, and how many lines down the page will hold. You can also define the lables, and where the data should appear. When you compile the program it merges the data into the format of the report, and you get exactly what you told it to do. Is this at all possible in Access with or without the help of VBA.
Thanks
Peter McLernon
NameFirst NameLast Phone
John Doe 5555555555
or comma seperated values, or tab deliminated values. I need to have the following:
NameFirst: John
NameLast: Doe
Phone: 5555555555
I have tried messing with the "schema.ini" file, and have tried exporting a formatted report with no luck. Any help would be appreciated.
If it is easier to understand. I really want to specifically format a text file like a template. As an example if you were programming in COBOL you could format the output based on the input. You can declare how many lines accross, and how many lines down the page will hold. You can also define the lables, and where the data should appear. When you compile the program it merges the data into the format of the report, and you get exactly what you told it to do. Is this at all possible in Access with or without the help of VBA.
Thanks
Peter McLernon