Hello,
The title says it all. I don't know if its possable but im trying to output from a table to a text file but I want the table's columns on individual lines and no headings.
For example:
I have a table that has two columns A and B. This table will only ever have on record in it at any time and I want to output it to a text file.
The text file should have no headers and column A will appear under column B.
Like; A
B
Thank you
The title says it all. I don't know if its possable but im trying to output from a table to a text file but I want the table's columns on individual lines and no headings.
For example:
I have a table that has two columns A and B. This table will only ever have on record in it at any time and I want to output it to a text file.
The text file should have no headers and column A will appear under column B.
Like; A
B
Thank you