MsLady
Traumatized by Access
- Local time
- Today, 08:30
- Joined
- Jun 14, 2004
- Messages
- 438
Beloved Access gurus,
I am wondering if it's possible to export specific columns into certain positions in the textfile? I haven't seen this done with Access before so i dont know. I have an access table that i would like exported periodically into a textfile (meaning, i have to do this with vba).
For example - loop through table, exporting into textfile:
column 1 ---> start on 1st line Position 20 in the text file (after 19 spaces)
column 2 ---> beginning of next line.
column 3 ---> back to previous line, position 40.
Is this possible? If so, any thoughts or suggestions will be greatly appreciated.
I am wondering if it's possible to export specific columns into certain positions in the textfile? I haven't seen this done with Access before so i dont know. I have an access table that i would like exported periodically into a textfile (meaning, i have to do this with vba).
For example - loop through table, exporting into textfile:
column 1 ---> start on 1st line Position 20 in the text file (after 19 spaces)
column 2 ---> beginning of next line.
column 3 ---> back to previous line, position 40.
Is this possible? If so, any thoughts or suggestions will be greatly appreciated.