G
Guest
Hi all (again)
Once again i find myself having to dip into the pot of wisdom...............
I have a multi user access databse. it's stored on a network server and
people access it by a mapped network drive.
I have a specific need to output the results of a query as a tab delimted
text file. So, I defined a spec, in this case called "samfileout" and added
this code to an on click event
DoCmd.TransferText acExportDelim, "samfileout", "q_SamUpload",
"samupload.txt", False
When I exported this from my dev copy to the working one on the network it
doesn't work. Users get a runtime error that the filespec "samfileout" does
not exisit. Where do i find this filespec and how do I export it to other
users?
I've searched the helpfiles and knowledge base but what help there is is on
Import not export, and does not seem applicable in this case.
Alternatively, is there a better way to this, where everything is contained
inside the database.
Once again i find myself having to dip into the pot of wisdom...............
I have a multi user access databse. it's stored on a network server and
people access it by a mapped network drive.
I have a specific need to output the results of a query as a tab delimted
text file. So, I defined a spec, in this case called "samfileout" and added
this code to an on click event
DoCmd.TransferText acExportDelim, "samfileout", "q_SamUpload",
"samupload.txt", False
When I exported this from my dev copy to the working one on the network it
doesn't work. Users get a runtime error that the filespec "samfileout" does
not exisit. Where do i find this filespec and how do I export it to other
users?
I've searched the helpfiles and knowledge base but what help there is is on
Import not export, and does not seem applicable in this case.
Alternatively, is there a better way to this, where everything is contained
inside the database.