M
MarMo
Hello ,
I'm trying to write a textfile from a table to a specific network
address like 255.255.31.31
I'm familiar with the Open Statement (Open "TESTFILE" For Input As
#1) but i just used it for local purposes only.
Now i'd like to write the file to a specific address so the user
does'nt need to move the file after creation af the file.
Is there a way to do this ?
Would this be possible ?? : Open "\\255.255.31.31\import
\textfile.txt" For Input As #1
Thanks for your help.
Mario
I'm trying to write a textfile from a table to a specific network
address like 255.255.31.31
I'm familiar with the Open Statement (Open "TESTFILE" For Input As
#1) but i just used it for local purposes only.
Now i'd like to write the file to a specific address so the user
does'nt need to move the file after creation af the file.
Is there a way to do this ?
Would this be possible ?? : Open "\\255.255.31.31\import
\textfile.txt" For Input As #1
Thanks for your help.
Mario