I'm confused...
A few days ago, I got this code (or something like it) from the on-line help files:
Dim fs
set fs=createobject("scripting.filesystemobject"
fs.write("I put my text here"
etc, etc...
Now all I can find is:
Open "c:\testfile.txt" for output as #1, etc.
Print #1, "I can also put my text here..."
What I am really looking for is the former method (i.e., set fs=createobject("scripting.filesystemobject", etc. I can't find it anywhere in the help files, and I know I've referred to it at least three times in the past there. Can you help by helping me finish the syntax for:
Dim fs
set fs=createobject("Scripting.FileSystemObject"
????something about a text file here
???fs.write("My text here..." <--I think?
or by suggesting a keyword for me to type in the contents/index of the Access 97 help files to get back to where I was before?
The former method was more flexible, allowing me to append text to an existing file without starting a new line, etc.
Thanks!!!
A few days ago, I got this code (or something like it) from the on-line help files:
Dim fs
set fs=createobject("scripting.filesystemobject"
fs.write("I put my text here"
etc, etc...
Now all I can find is:
Open "c:\testfile.txt" for output as #1, etc.
Print #1, "I can also put my text here..."
What I am really looking for is the former method (i.e., set fs=createobject("scripting.filesystemobject", etc. I can't find it anywhere in the help files, and I know I've referred to it at least three times in the past there. Can you help by helping me finish the syntax for:
Dim fs
set fs=createobject("Scripting.FileSystemObject"
????something about a text file here
???fs.write("My text here..." <--I think?
or by suggesting a keyword for me to type in the contents/index of the Access 97 help files to get back to where I was before?
The former method was more flexible, allowing me to append text to an existing file without starting a new line, etc.
Thanks!!!